
On Sun, Feb 14, 2021 at 02:08:08PM -0500, Tom Rini wrote:
On Sun, Feb 14, 2021 at 08:05:33PM +0100, Jesper Schmitz Mouridsen wrote:
On 14.02.2021 19.50, Peter Robinson wrote:
Hi Simon,
On Thu, Jan 28, 2021 at 11:59 PM Tom Rini trini@konsulko.com wrote:
On Wed, Jan 13, 2021 at 08:29:49PM -0700, Simon Glass wrote:
This setting may be different in SPL and TPL. Update the code to check the correct setting.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
This breaks booting on at least rk3399 based devices for me with the following error:
U-Boot TPL 2021.04-rc1 (Feb 01 2021 - 00:00:00) Missing DTB ### ERROR ### Please RESET the board ###
Also see https://lists.denx.de/pipermail/u-boot/2021-February/440263.html
So we have two forms of bug. sunxi (your link above Jesper) needs SPL_SEPARATE_BSS to be set I think. Peter's problem is that there is no TPL_SEPARATE_BSS which is a harder problem to solve quickly. I'll post a revert with you both Reported-by shortly, thanks.
Er, wait. I'm a bit less clear on the why on sunxi at least. I'm going to post the revert shortly all the same.