aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-21 13:50:13 -0400
committerTom Rini <trini@konsulko.com>2021-08-31 17:46:37 -0400
commit5b527c505f7d42c2ebba6192b0d55cbea257daa9 (patch)
treee8ce608f2f3656c882e81652bf5d38f9ab62602b /configs
parent8897bf42889955f5a2a078099dac5b0b8efa18c0 (diff)
downloadu-boot-5b527c505f7d42c2ebba6192b0d55cbea257daa9.zip
u-boot-5b527c505f7d42c2ebba6192b0d55cbea257daa9.tar.gz
u-boot-5b527c505f7d42c2ebba6192b0d55cbea257daa9.tar.bz2
mvebu: Migrate CONFIG_DDR_32BIT/64BIT to Kconfig
Move CONFIG_DDR_32BIT/64BIT to Kconfig as a choice for Armada XP platforms. Make 64bit the default as this mirrors the current code. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/ds414_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig
index 90dd10c..f10f149 100644
--- a/configs/ds414_defconfig
+++ b/configs/ds414_defconfig
@@ -7,6 +7,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_NR_DRAM_BANKS=2
CONFIG_TARGET_DS414=y
+CONFIG_DDR_32BIT=y
CONFIG_ENV_SIZE=0x10000
CONFIG_ENV_OFFSET=0x7E0000
CONFIG_ENV_SECT_SIZE=0x10000