diff options
Diffstat (limited to 'include/configs/mx53smd.h')
-rw-r--r-- | include/configs/mx53smd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index 3ac89f2fc2..e7c3a1dcc2 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -134,9 +134,7 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) -/* FLASH and environment organization */ -#define CONFIG_SYS_NO_FLASH - +/* environment organization */ #define CONFIG_ENV_OFFSET (6 * 64 * 1024) #define CONFIG_ENV_SIZE (8 * 1024) #define CONFIG_ENV_IS_IN_MMC |