diff options
| -rw-r--r-- | include/configs/am335x_evm.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index f746e4854..c2ba7e35d 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. */ |