From: Michal Simek Date: Mon, 22 Mar 2021 14:42:02 +0000 (+0100) Subject: ARM: bitmain: Enable legacy u-boot format X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=060fc5c8a0d6e685dc9ce919435fa18f163c5aa5;p=u-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 f990448391..ea21a5e1e5 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