1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

bootstd: Require HUSH_PARSER for script booting

Armbian uses a script which needs the HUSH parser. It is likely that
other distros will do the same. Enable it by default, just in case.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Jonas Karlman <jonas@kwiboo.se>
This commit is contained in:
Simon Glass
2023-05-05 20:03:05 -06:00
committed by Tom Rini
parent 8c29b73278
commit ab16a3d904

View File

@@ -638,6 +638,7 @@ config BOOTMETH_SANDBOX
config BOOTMETH_SCRIPT config BOOTMETH_SCRIPT
bool "Bootdev support for U-Boot scripts" bool "Bootdev support for U-Boot scripts"
default y if BOOTSTD_FULL default y if BOOTSTD_FULL
select HUSH_PARSER
help help
Enables support for booting a distro via a U-Boot script. This makes Enables support for booting a distro via a U-Boot script. This makes
the bootdevs look for a 'boot/boot.scr' file which can be used to the bootdevs look for a 'boot/boot.scr' file which can be used to