Skip to content
Snippets Groups Projects
Commit 40ace028 authored by Tom Rini's avatar Tom Rini
Browse files

am335x_evm.h: Make 'am335x_boneblack' use redundant environment


Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 010d54c4
No related branches found
No related tags found
No related merge requests found
......@@ -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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment