summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-11-14 23:15:23 +1000
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-11-21 11:19:00 -0800
commit25a9428be4ee28e920b684d038b93a0b10fc3702 (patch)
tree4909bc52be089d4813f67016d29beab7bd83544d /conf
parent9814008b5ff354142e644609b6b4356c4161c521 (diff)
downloadmeta-xilinx-25a9428be4ee28e920b684d038b93a0b10fc3702.tar.gz
zcu102-zynqmp: Use 'rev 1.0' U-Boot config and deploy boot.bin
Build the rev 1.0 version of U-Boot and setup the deployment of boot.bin. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zcu102-zynqmp.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index dd618844..35c300da 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
10 10
11MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" 11MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
12 12
13UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" 13UBOOT_MACHINE = "xilinx_zynqmp_zcu102_rev1_0_defconfig"
14SPL_BINARY = "spl/boot.bin"
14 15
15SERIAL_CONSOLE = "115200 ttyPS0" 16SERIAL_CONSOLE = "115200 ttyPS0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"