
17 Jun
2022
17 Jun
'22
3:16 p.m.
On Wed, Jun 08, 2022 at 02:30:14PM -0400, Tom Rini wrote:
When migrating CONFIG_CONS_INDEX to Kconfig, on this platform we changed what "board" evaluated to in the environment. This in turn meant that we would no longer try and find the correct fdtfile via the normal distro boot logic. Fix this by overriding board in the default environment, as done on other platforms where CONFIG_SYS_BOARD is not what we want to be in the board environment variable.
Fixes: f76750d11133 ("Convert CONFIG_CONS_INDEX et al to Kconfig") Reported-by: Gabriel Hojda ghojda@yo2urs.ro Tested-by: Gabriel Hojda ghojda@yo2urs.ro Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
--
Tom