summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-01-12 20:30:09 +0300
committerStefan Roese <sr@denx.de>2022-01-14 13:39:16 +0300
commit5435f6e3fd6c16263debdf9048c8357c7e2e4d31 (patch)
treeaf731f6d9f52e2375232782867db0dfcf26b536d /configs
parent32860b00bf2cb441c5b9b396d41c84aac340d7ad (diff)
downloadu-boot-5435f6e3fd6c16263debdf9048c8357c7e2e4d31.tar.xz
arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout
Memory layout in the comment is from Armada XP platform which uses load address 0x40004030. DB-88f6720 is Armada 375 platform which uses same load address as Armada 38x which is 0x40000030. Currently SPL support for Armada 375 is unfinished and does not work. There is missing Serdes initialization and DDR3 training code. So nobody noticed that CONFIG_SPL_* options are not correct. Fix at least CONFIG_SPL_TEXT_BASE constant and remove incorrect comments about memory layout. So it is not misleading. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/db-88f6720_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/db-88f6720_defconfig b/configs/db-88f6720_defconfig
index 32a7349993..2e8f4c00de 100644
--- a/configs/db-88f6720_defconfig
+++ b/configs/db-88f6720_defconfig
@@ -11,7 +11,7 @@ CONFIG_ENV_SIZE=0x10000
CONFIG_ENV_OFFSET=0x100000
CONFIG_ENV_SECT_SIZE=0x10000
CONFIG_DEFAULT_DEVICE_TREE="armada-375-db"
-CONFIG_SPL_TEXT_BASE=0x40004030
+CONFIG_SPL_TEXT_BASE=0x40000030
CONFIG_SPL_SERIAL=y
CONFIG_SPL=y
CONFIG_DEBUG_UART_BASE=0xf1012000