diff options
Diffstat (limited to 'include/configs/M5275EVB.h')
-rw-r--r-- | include/configs/M5275EVB.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index 682e2e39791..e9fcb5dfbc4 100644 --- a/include/configs/M5275EVB.h +++ b/include/configs/M5275EVB.h @@ -29,13 +29,6 @@ /* Configuration for environment * Environment is embedded in u-boot in the second sector of the flash */ -#ifndef CONFIG_MONITOR_IS_IN_RAM -#define CONFIG_ENV_OFFSET 0x4000 -#define CONFIG_ENV_SECT_SIZE 0x2000 -#else -#define CONFIG_ENV_ADDR 0xffe04000 -#define CONFIG_ENV_SECT_SIZE 0x2000 -#endif #define LDS_BOARD_TEXT \ . = DEFINED(env_offset) ? env_offset : .; \ |