diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-04-03 14:56:19 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-04-03 16:00:19 -0700 |
commit | 8a60a94790ceb966d92d1a7ce3b087ef4edba7b5 (patch) | |
tree | 639c92f5f0a018102a05672b31410ce0fe5dfd12 /meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf | |
parent | e7dd46d48af54811edfdb0a68c4006b87eaeea52 (diff) | |
download | meta-xilinx-8a60a94790ceb966d92d1a7ce3b087ef4edba7b5.tar.gz |
machines: Move from SERIAL_CONSOLE (deprecated) to SERIAL_CONSOLES
Usage of 'SERIAL_CONSOLE' was deprecarted in late 2013. Move to the
using 'SERIAL_CONSOLES', where the format is slightly different.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf')
-rw-r--r-- | meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf b/meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf index d620f6fe..a5d66a94 100644 --- a/meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf +++ b/meta-xilinx-bsp/conf/machine/zcu106-zynqmp.conf | |||
@@ -12,7 +12,7 @@ MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | |||
12 | UBOOT_MACHINE = "xilinx_zynqmp_virt_defconfig" | 12 | UBOOT_MACHINE = "xilinx_zynqmp_virt_defconfig" |
13 | SPL_BINARY ?= "spl/boot.bin" | 13 | SPL_BINARY ?= "spl/boot.bin" |
14 | 14 | ||
15 | SERIAL_CONSOLE = "115200 ttyPS0" | 15 | SERIAL_CONSOLES = "115200;ttyPS0" |
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
17 | 17 | ||
18 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu106-revA.dtb" | 18 | KERNEL_DEVICETREE = "xilinx/zynqmp-zcu106-revA.dtb" |