]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootstd: Require HUSH_PARSER for script booting
authorSimon Glass <sjg@chromium.org>
Sat, 6 May 2023 02:03:05 +0000 (20:03 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 13 May 2023 13:52:32 +0000 (09:52 -0400)
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>
boot/Kconfig

index 8c27f52ec3ed03811ccc4298590689c79cb4dbaf..9882812eecb8d8f2bc036d5387645654bab8c882 100644 (file)
@@ -638,6 +638,7 @@ config BOOTMETH_SANDBOX
 config BOOTMETH_SCRIPT
        bool "Bootdev support for U-Boot scripts"
        default y if BOOTSTD_FULL
+       select HUSH_PARSER
        help
          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