summaryrefslogtreecommitdiff
path: root/configs/clearfog_defconfig
diff options
context:
space:
mode:
authorJoel Johnson <mrjoel@lixil.net>2020-03-23 23:21:38 +0300
committerStefan Roese <sr@denx.de>2020-04-14 14:16:42 +0300
commitc5936cc4f8c36bc3deb0335a5f5b38c2bd3cea3c (patch)
tree1a821b0a5308bcd0ccde9b3b2eed1f560bbf3cd6 /configs/clearfog_defconfig
parentb16d7c3216fea40545a3ed1784345f3c851b28e8 (diff)
downloadu-boot-c5936cc4f8c36bc3deb0335a5f5b38c2bd3cea3c.tar.xz
arm: mvebu: clearfog: move ENV params to Kconfig
Migrate the values for ENV_SIZE and ENV_OFFSET into board specific Kconfig defaults so they're more accessible for configuration. Signed-off-by: Joel Johnson <mrjoel@lixil.net> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/clearfog_defconfig')
-rw-r--r--configs/clearfog_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig
index c938448c30..6db8b8acf6 100644
--- a/configs/clearfog_defconfig
+++ b/configs/clearfog_defconfig
@@ -9,8 +9,6 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_CLEARFOG=y
CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC=y
-CONFIG_ENV_SIZE=0x10000
-CONFIG_ENV_OFFSET=0xF0000
CONFIG_DM_GPIO=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y