[PATCH v2 3/5] Kconfig: Add missing quotes around default string value

Ilias Apalodimas ilias.apalodimas at linaro.org
Tue Apr 16 09:48:17 CEST 2024


On Tue, 16 Apr 2024 at 09:55, Michal Simek <michal.simek at amd.com> wrote:
>
> 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 at amd.com>
> Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>
> (no changes since v1)
>
>  lib/efi_loader/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig
> index e13a6f9f4c3a..a5ab7d1b262f 100644
> --- a/lib/efi_loader/Kconfig
> +++ b/lib/efi_loader/Kconfig
> @@ -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
> --
> 2.44.0
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list