]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3399-ficus: Enable TPL and use common bss and stack addr
authorJonas Karlman <jonas@kwiboo.se>
Tue, 30 Apr 2024 15:30:11 +0000 (15:30 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 7 May 2024 07:56:08 +0000 (15:56 +0800)
commitb1dda03dc4f5cd641e0469d2f0bb90ddb8963a1d
treea54a1bfae9e063f6c9be4cca95f30e1f622e9311
parent32f8a88a8c931787e247019f52da4aec972f9f5a
rockchip: rk3399-ficus: Enable TPL and use common bss and stack addr

The rk3399-ficus board is only using SPL and not TPL+SPL like all other
RK3399 boards, chromebook bob/kevin excluded. It does not seem to be any
technical reason why this board was left using only SPL.

Switch to use TPL+SPL and to use the common bss and stack addresses
introduced in commit 008ba0d56d00 ("rockchip: Add common default bss and
stack addresses"). Also add the missing DEFAULT_FDT_FILE option.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/ficus-rk3399_defconfig