diff options
Diffstat (limited to 'include/configs/pcl063_ull.h')
-rw-r--r-- | include/configs/pcl063_ull.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/pcl063_ull.h b/include/configs/pcl063_ull.h index 23e491236c..d245987470 100644 --- a/include/configs/pcl063_ull.h +++ b/include/configs/pcl063_ull.h @@ -21,10 +21,6 @@ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) /* Environment settings */ -#define CONFIG_ENV_SIZE (0x4000) -#define CONFIG_ENV_OFFSET (0x80000) -#define CONFIG_ENV_OFFSET_REDUND \ - (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) /* Environment in SD */ #define CONFIG_SYS_MMC_ENV_DEV 0 |