diff mbox series

[2/3] ARM: bitmain: Enable legacy u-boot format

Message ID 1c462f1f902e2f90823c7b62ea6321e7aa4efd79.1616424514.git.michal.simek@xilinx.com
State Accepted
Commit 060fc5c8a0d6e685dc9ce919435fa18f163c5aa5
Delegated to: Michal Simek
Headers show
Series ARM: bitmain: Extend bitmain S9 board | expand

Commit Message

Michal Simek March 22, 2021, 2:48 p.m. UTC
Still legacy formats are used that's why enable them by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/bitmain_antminer_s9_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/bitmain_antminer_s9_defconfig b/configs/bitmain_antminer_s9_defconfig
index f9904483919a..ea21a5e1e5c6 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