]> git.baikalelectronics.ru Git - uboot.git/commit
configs: vyasa-rk3288: Fix SPL_TEXT_BASE
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 17 Sep 2019 06:10:37 +0000 (11:40 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 19 Sep 2019 01:35:31 +0000 (09:35 +0800)
commitcacb54bdeaafe336bd12a247f63ac8a27a32883d
tree0562847ed82b657a95dc8ed281d15c3b0b73db86
parent27fbc17ce0f77cf7070930ffbeedd6a662098835
configs: vyasa-rk3288: Fix SPL_TEXT_BASE

The initial Vyasa-rk3288 TPL implementation is to reuse the
SPL_TEXT_BASE for TPL and SPL as 0x0 and 0xff704000 respectively.

But the below commit implements the reverse way of using TEXT_BASE's
like 0xff704000 for TPL and 0x0 for SPL and which indeed update
the SPL_TEXT_BASE for vyasa-rk3288 board.
"rockchip: Kconfig: enable TPL support for rk3328"
(sha1: 5c6a6fb1efcd7264a91975f253cdd9e612912c30)

So, fix by dropping the legacy SPL_TEXT_BASE and it will
reassign 0x0 by default based on Kconfig definition.

Reported-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
configs/vyasa-rk3288_defconfig