aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2024-04-16 08:55:16 +0200
committerTom Rini <trini@konsulko.com>2024-04-22 11:01:48 -0600
commit953d335d39c6a1ff6578ce43abd78b48e93a65e4 (patch)
tree6e5f1ffcd268b439015afb9111d2251c890402f2 /cmd
parentd20bcbaa65cee879510ed4e96e45fa101bea6f5a (diff)
downloadu-boot-953d335d39c6a1ff6578ce43abd78b48e93a65e4.zip
u-boot-953d335d39c6a1ff6578ce43abd78b48e93a65e4.tar.gz
u-boot-953d335d39c6a1ff6578ce43abd78b48e93a65e4.tar.bz2
Kconfig: Add missing quotes around source file
All errors are generated by ./tools/qconfig.py -b -j8 -i whatever. Error look like this: drivers/crypto/Kconfig:9: warning: style: quotes recommended around 'drivers/crypto/nuvoton/Kconfig' in 'source drivers/crypto/nuvoton/Kconfig' Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8eeb99e..45c2063 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -398,7 +398,7 @@ config CMD_BOOTEFI_HELLO
for testing that EFI is working at a basic level, and for bringing
up EFI support on a new architecture.
-source lib/efi_selftest/Kconfig
+source "lib/efi_selftest/Kconfig"
endif
config CMD_BOOTMENU