summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-21 20:50:13 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:46:37 +0300
commit5b527c505f7d42c2ebba6192b0d55cbea257daa9 (patch)
treee8ce608f2f3656c882e81652bf5d38f9ab62602b /include
parent8897bf42889955f5a2a078099dac5b0b8efa18c0 (diff)
downloadu-boot-5b527c505f7d42c2ebba6192b0d55cbea257daa9.tar.xz
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 'include')
-rw-r--r--include/configs/ds414.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ds414.h b/include/configs/ds414.h
index 8b8dc2245b..8a78ab3e15 100644
--- a/include/configs/ds414.h
+++ b/include/configs/ds414.h
@@ -63,9 +63,6 @@
#define CONFIG_SPL_STACK (0x40000000 + ((192 - 16) << 10))
#define CONFIG_SPL_BOOTROM_SAVE (CONFIG_SPL_STACK + 4)
-/* DS414 bus width is 32bits */
-#define CONFIG_DDR_32BIT
-
/* Default Environment */
#define CONFIG_LOADADDR 0x80000
#define CONFIG_BOOTCOMMAND \