All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Redundant Env
@ 2012-08-14 17:39 Sridhar Addagada
  2012-08-14 18:32 ` Sridhar Addagada
  2012-09-02 12:37 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Sridhar Addagada @ 2012-08-14 17:39 UTC (permalink / raw)
  To: u-boot

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??? 0x00000
#define ENV1_SIZE???????? 0x10000
#define DEVICE1_ESIZE???? 0x20000
#define DEVICE1_ENVSECTORS???? 1
#define DEVICE2_OFFSET??? 0x00000
#define ENV2_SIZE???????? 0x10000
#define DEVICE2_ESIZE???? 0x20000 // erase size is 128K
#define DEVICE2_ENVSECTORS???? 1


Thanks
Sridhar

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-02 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 17:39 [U-Boot] Redundant Env Sridhar Addagada
2012-08-14 18:32 ` Sridhar Addagada
2012-09-02 12:37 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.