diff options
Diffstat (limited to 'include/configs/ts4600.h')
-rw-r--r-- | include/configs/ts4600.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ts4600.h b/include/configs/ts4600.h index a107e96530..6aab8a06a9 100644 --- a/include/configs/ts4600.h +++ b/include/configs/ts4600.h @@ -21,11 +21,9 @@ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 /* Environment */ -#define CONFIG_ENV_SIZE (8 * 1024) /* Environment is in MMC */ #if defined(CONFIG_CMD_MMC) && defined(CONFIG_ENV_IS_IN_MMC) -#define CONFIG_ENV_OFFSET (256 * 1024) #define CONFIG_SYS_MMC_ENV_DEV 0 #endif |