]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitab16a3d904e440a6f55aedf7a6c32b9d70168b50
tree57ebb6fbf5db3f4236d10c498628bec0b62241ce
parent8c29b73278d66c029b98caecba81831ef6dc472a
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>
boot/Kconfig