From: Michal Simek Date: Mon, 22 Mar 2021 14:42:02 +0000 (+0100) Subject: ARM: bitmain: Enable legacy u-boot format X-Git-Tag: v2021.10~246^2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=060fc5c8a0d6e685dc9ce919435fa18f163c5aa5;p=platform%2Fkernel%2Fu-boot.git ARM: bitmain: Enable legacy u-boot format Still legacy formats are used that's why enable them by default. Signed-off-by: Michal Simek --- diff --git a/configs/bitmain_antminer_s9_defconfig b/configs/bitmain_antminer_s9_defconfig index f990448..ea21a5e 100644 --- a/configs/bitmain_antminer_s9_defconfig +++ b/configs/bitmain_antminer_s9_defconfig @@ -19,6 +19,7 @@ CONFIG_SYS_LDSCRIPT="arch/arm/mach-zynq/u-boot.lds" CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y CONFIG_FIT_VERBOSE=y +CONFIG_LEGACY_IMAGE_FORMAT=y CONFIG_BOOTDELAY=3 CONFIG_USE_PREBOOT=y # CONFIG_DISPLAY_CPUINFO is not set