diff options
Diffstat (limited to 'include/configs/opos6uldev.h')
-rw-r--r-- | include/configs/opos6uldev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/opos6uldev.h b/include/configs/opos6uldev.h index f80e34729a..3ef5ebbac7 100644 --- a/include/configs/opos6uldev.h +++ b/include/configs/opos6uldev.h @@ -61,9 +61,6 @@ /* Environment is stored in the eMMC boot partition */ #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_SYS_MMC_ENV_PART 1 -#define CONFIG_ENV_SIZE (10 * 1024) -#define CONFIG_ENV_OFFSET (1024 * 1024) /* 1 MB */ -#define CONFIG_ENV_OFFSET_REDUND (1536 * 1024) /* 512KB from CONFIG_ENV_OFFSET */ #define CONFIG_ENV_VERSION 100 #define CONFIG_BOARD_NAME opos6ul |