]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout
authorPali Rohár <pali@kernel.org>
Wed, 12 Jan 2022 17:30:09 +0000 (18:30 +0100)
committerStefan Roese <sr@denx.de>
Fri, 14 Jan 2022 10:39:16 +0000 (11:39 +0100)
commite22d1dcb08925475508c222649df5b2445d4292b
treeaf731f6d9f52e2375232782867db0dfcf26b536d
parentd9ca201bf4ea8d27a957c6720263558a2b43a00e
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>
configs/db-88f6720_defconfig
include/configs/db-88f6720.h