]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Kconfig: Add missing quotes around default string value
authorMichal Simek <michal.simek@amd.com>
Tue, 16 Apr 2024 06:55:17 +0000 (08:55 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2024 17:01:48 +0000 (11:01 -0600)
All errors are generated by ./tools/qconfig.py -b -j8 -i whatever.
Error look like this:
warning: style: quotes recommended around default value for string symbol
EFI_VAR_SEED_FILE (defined at lib/efi_loader/Kconfig:130)

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/Kconfig

index e13a6f9f4c3a1b9a890480a82c0c96cc98e907a2..a5ab7d1b262fe7bb128d9a1c1f9f0a56966459e3 100644 (file)
@@ -129,7 +129,7 @@ if EFI_VARIABLES_PRESEED
 
 config EFI_VAR_SEED_FILE
        string "File with initial values of non-volatile UEFI variables"
-       default ubootefi.var
+       default "ubootefi.var"
        help
          File with initial values of non-volatile UEFI variables. The file must
          be in the same format as the storage in the EFI system partition. The