]> git.baikalelectronics.ru Git - uboot.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)
commit00f572fef75c9b9ef37c7476852ada21e16030e1
treeda2301642ea5125cc825405c263b443f11dc86cd
parentbf339686e5dede773497a38aebea670a52b0a801
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