diff options
| author | Mukund PVVN <mukund.pvvn@xilinx.com> | 2019-06-07 13:35:27 -0600 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-09 11:03:47 -0800 |
| commit | 4cc62c9052393049e267ca2703a23f1bc55e74ed (patch) | |
| tree | 7d3cdcf8e3198cf6669b415cdd51a0ae0da04841 | |
| parent | 1b52540a9c4c1473a0ab3d960a6175a6b5828967 (diff) | |
| download | meta-xilinx-4cc62c9052393049e267ca2703a23f1bc55e74ed.tar.gz | |
zcu1285-zynqmp.conf: Update UBOOT_MACHINE
uboot config file is renamed from "xilinx_zynqmp_zc1275_revB_defconfig"
to "xilinx_zynqmp_zcu1275_revB_defconfig", updated UBOOT_MACHINE to
reflect the change
Signed-off-by: Mukund PVVN <mukundp@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf b/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf index b84eb966..61abfdea 100644 --- a/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf | |||
| @@ -11,7 +11,7 @@ require conf/machine/include/machine-xilinx-default.inc | |||
| 11 | 11 | ||
| 12 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | 12 | MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" |
| 13 | 13 | ||
| 14 | UBOOT_MACHINE = "xilinx_zynqmp_zc1275_revB_defconfig" | 14 | UBOOT_MACHINE = "xilinx_zynqmp_zcu1275_revB_defconfig" |
| 15 | SPL_BINARY ?= "spl/boot.bin" | 15 | SPL_BINARY ?= "spl/boot.bin" |
| 16 | 16 | ||
| 17 | SERIAL_CONSOLE ?= "115200 ttyPS0" | 17 | SERIAL_CONSOLE ?= "115200 ttyPS0" |
