diff options
Diffstat (limited to 'include/configs/sksimx6.h')
-rw-r--r-- | include/configs/sksimx6.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sksimx6.h b/include/configs/sksimx6.h index b2ca7b1a72..63c168ccdd 100644 --- a/include/configs/sksimx6.h +++ b/include/configs/sksimx6.h @@ -53,11 +53,7 @@ #define CONFIG_SYS_FSL_USDHC_NUM 1 /* Environment organization */ -#define CONFIG_ENV_SIZE (16 * 1024) -#define CONFIG_ENV_OFFSET (6 * 64 * 1024) #define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + \ - CONFIG_ENV_SIZE) /* Default environment */ #define CONFIG_EXTRA_ENV_SETTINGS \ |