Re: [U-Boot] Redundant Env

2012-09-02 Thread Wolfgang Denk
Dear Sridhar Addagada, In message <1344965990.70017.yahoomail...@web162902.mail.bf1.yahoo.com> you wrote: > > When enabling HAVE_REDUND in uboot-tools, will it work if i have the > redundant partition in the same sector No, it will not, as the whole purpose of having a redundant environment is t

Re: [U-Boot] Redundant Env

2012-08-14 Thread Sridhar Addagada
opps! defined DEVICE2_OFFSET as #define DEVICE2_OFFSET    DEVICE1_OFFSET+ENV1_SIZE Thanks S From: Sridhar Addagada To: "u-boot@lists.denx.de" Sent: Tuesday, August 14, 2012 11:09 PM Subject: Redundant Env When enabling HAVE_REDUND in uboot-tools, will it

[U-Boot] Redundant Env

2012-08-14 Thread Sridhar Addagada
When enabling HAVE_REDUND in uboot-tools, will it work if i have the redundant partition in the same sector #define DEVICE1_NAME  "/dev/mtd1" #define DEVICE2_NAME  "/dev/mtd1" #define DEVICE1_OFFSET    0x0 #define ENV1_SIZE 0x1 #define DEVICE1_ESIZE 0x2 #define DE