[U-Boot] [PATCH 1/2] arm: zynq: Setup the same bootcommand as for zc770 xm011 x8
Michal Simek
michal.simek at xilinx.com
Mon Feb 26 14:20:56 UTC 2018
The same command should be used for x16 configuration.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
configs/zynq_zc770_xm011_x16_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/zynq_zc770_xm011_x16_defconfig b/configs/zynq_zc770_xm011_x16_defconfig
index 8018831074e1..45124af530f7 100644
--- a/configs/zynq_zc770_xm011_x16_defconfig
+++ b/configs/zynq_zc770_xm011_x16_defconfig
@@ -10,7 +10,7 @@ CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_VERBOSE=y
-# CONFIG_USE_BOOTCOMMAND is not set
+CONFIG_BOOTCOMMAND="run $modeboot || run distro_bootcmd"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL=y
CONFIG_SPL_STACK_R=y
--
1.9.1
More information about the U-Boot
mailing list