diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2017-11-14 23:15:23 +1000 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2017-11-21 11:19:00 -0800 |
| commit | 25a9428be4ee28e920b684d038b93a0b10fc3702 (patch) | |
| tree | 4909bc52be089d4813f67016d29beab7bd83544d /conf | |
| parent | 9814008b5ff354142e644609b6b4356c4161c521 (diff) | |
| download | meta-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.conf | 3 |
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 | ||
| 11 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | 11 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" |
| 12 | 12 | ||
| 13 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" | 13 | UBOOT_MACHINE = "xilinx_zynqmp_zcu102_rev1_0_defconfig" |
| 14 | SPL_BINARY = "spl/boot.bin" | ||
| 14 | 15 | ||
| 15 | SERIAL_CONSOLE = "115200 ttyPS0" | 16 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
