diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-03-22 15:42:02 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2021-03-30 12:03:25 +0200 |
commit | 060fc5c8a0d6e685dc9ce919435fa18f163c5aa5 (patch) | |
tree | f3a90f2f779f53d00ef300fa709efaccc790a579 /configs | |
parent | 9dcf2e5c0dfcfc692823895d02ccbb5e5df64c84 (diff) | |
download | u-boot-060fc5c8a0d6e685dc9ce919435fa18f163c5aa5.tar.gz u-boot-060fc5c8a0d6e685dc9ce919435fa18f163c5aa5.tar.xz u-boot-060fc5c8a0d6e685dc9ce919435fa18f163c5aa5.zip |
ARM: bitmain: Enable legacy u-boot format
Still legacy formats are used that's why enable them by default.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/bitmain_antminer_s9_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |