diff options
Diffstat (limited to 'include/configs/edison.h')
-rw-r--r-- | include/configs/edison.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h index 218b50a1d9b..3e174e9aa53 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -31,9 +31,6 @@ /* Environment */ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 0 -#define CONFIG_ENV_SIZE (64 * 1024) -#define CONFIG_ENV_OFFSET (3 * 1024 * 1024) -#define CONFIG_ENV_OFFSET_REDUND (6 * 1024 * 1024) /* RTC */ #define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 |