[U-Boot] [PATCH] am335x_evm.h: Make 'am335x_boneblack' use redundant environment

10 Oct
2013
10 Oct
'13
4:25 p.m.
Signed-off-by: Tom Rini trini@ti.com --- include/configs/am335x_evm.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index f746e48..c2ba7e3 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -359,6 +359,9 @@ #define CONFIG_ENV_IS_IN_MMC #define CONFIG_SYS_MMC_ENV_DEV 1 #define CONFIG_SYS_MMC_ENV_PART 2 +#define CONFIG_ENV_OFFSET 0x0 +#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) +#define CONFIG_SYS_REDUNDAND_ENVIRONMENT #endif
/* SPI flash. */
--
1.7.9.5

14 Oct
14 Oct
10:28 p.m.
New subject: [U-Boot] am335x_evm.h: Make 'am335x_boneblack' use redundant environment
On Thu, Oct 10, 2013 at 10:25:18AM -0400, Tom Rini wrote:
Signed-off-by: Tom Rini trini@ti.com
Applied to u-boot/master, thanks!
--
Tom
4223
Age (days ago)
4227
Last active (days ago)
1 comments
1 participants
participants (1)
-
Tom Rini