From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Fri, 28 Apr 2006 11:32:35 -0500 Subject: [U-Boot-Users] Redundant environment Message-ID: <445243A3.3090806@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, After exchanging emails with some list members, I have the feeling that there is some interest in a redundant environment implementation that is synchronized. If I am allowed to introduce this enhancement, I pledge that existing implementations would not be effected unless CONFIG_ENV_REDUND_SYNC is defined and generated code would be virtually identical. Of course, I will also document both behavior in README properly, introduce the same functionality in env_flash.c, env_nand.c etc. (i.e. all mediums that redundant environment is implemented) and fixup fw_setenv/fw_getenv utility. Best regards, Tolunay