summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-03-19 19:26:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-22 05:46:47 +0100
commit31cea697f87bb9c79c4c3181275b276aaaf4cf92 (patch)
treeede8f8a1b215660ddc7f5f8fefa62e41179f7c80 /common
parent1a3d22af2606aceb8e175c318e8632a2030318e4 (diff)
downloadbarebox-31cea697f87bb9c79c4c3181275b276aaaf4cf92.tar.gz
barebox-31cea697f87bb9c79c4c3181275b276aaaf4cf92.tar.xz
common: boot: select dependency CONFIG_GLOB
bootscript_scan_path calls glob to collect the bootscripts. This won't work without CONFIG_GLOB, so select it to ensure it's available. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index edadcc9f49..8abb85ce81 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -110,6 +110,7 @@ config USBGADGET_START
default y
config BOOT
+ select GLOB
bool
config FASTBOOT_BASE