]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: lsxl: make last resort recovery more reliable
authorMichael Walle <michael@walle.cc>
Wed, 17 Aug 2022 19:38:03 +0000 (21:38 +0200)
committerStefan Roese <sr@denx.de>
Tue, 23 Aug 2022 10:40:00 +0000 (12:40 +0200)
commitaa088beac3aca0dd9b40f60b0b1e5ab1c6bae471
treeda2301642ea5125cc825405c263b443f11dc86cd
parent18794c192a755147c9f3f86915a6a52cbd9f4017
board: lsxl: make last resort recovery more reliable

If something is wrong with the environment, we cannot rely on a proper
u-boot operation anymore. In fact, it is possible, that we never reach
misc_init_r() with a broken environment.

Also don't enable the netconsole by environment settings. This way the
user don't have to reconfigure the environment. Instead the network
console is only enabled when the push button is pressed during boot.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-kirkwood/Kconfig
board/buffalo/lsxl/lsxl.c
configs/lschlv2_defconfig
configs/lsxhl_defconfig
include/configs/lsxl.h