X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=d2eb744e7023431bfeb013dc0c5f7d5618dbdaaa;hb=c5bda37589683ea5d26424ec75c2474226f4dd62;hp=df8f2946c563963f7ff982f59d3cc8fc114d4f1d;hpb=33ca4096845a57bd7a202a3ddc149917f15f8ecc;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index df8f2946c5..d2eb744e70 100644 --- a/Kconfig +++ b/Kconfig @@ -344,7 +344,7 @@ config FIT_SIGNATURE check the legacy image format is disabled by default, so that unsigned images cannot be loaded. If a board needs the legacy image format support in this case, enable it using - CONFIG_IMAGE_FORMAT_LEGACY. + CONFIG_LEGACY_IMAGE_FORMAT. config FIT_SIGNATURE_MAX_SIZE hex "Max size of signed FIT structures" @@ -473,7 +473,7 @@ endif # SPL endif # FIT -config IMAGE_FORMAT_LEGACY +config LEGACY_IMAGE_FORMAT bool "Enable support for the legacy image format" default y if !FIT_SIGNATURE help