[meta-xilinx] [PATCH 6/7] zcu102-zynqmp: Use 'rev 1.0' U-Boot config and deploy boot.bin
Nathan Rossi
nathan at nathanrossi.com
Sat Oct 7 02:57:59 PDT 2017
Build the rev 1.0 version of U-Boot and setup the deployment of
boot.bin.
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
conf/machine/zcu102-zynqmp.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index e6d66cd948..ee243454aa 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -10,7 +10,8 @@ include conf/machine/include/zynqmp-pmu-config.inc
MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
-UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
+UBOOT_MACHINE = "xilinx_zynqmp_zcu102_rev1_0_defconfig"
+SPL_BINARY = "spl/boot.bin"
SERIAL_CONSOLE = "115200 ttyPS0"
--
2.14.2
More information about the meta-xilinx
mailing list