summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-04-03 14:56:19 -0700
committerMark Hatle <mark.hatle@xilinx.com>2020-04-03 16:00:19 -0700
commit8a60a94790ceb966d92d1a7ce3b087ef4edba7b5 (patch)
tree639c92f5f0a018102a05672b31410ce0fe5dfd12 /meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf
parente7dd46d48af54811edfdb0a68c4006b87eaeea52 (diff)
downloadmeta-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/zcu1285-zynqmp.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf2
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 094d0311..e2f91948 100644
--- a/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf
+++ b/meta-xilinx-bsp/conf/machine/zcu1285-zynqmp.conf
@@ -13,7 +13,7 @@ MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
13UBOOT_MACHINE = "xilinx_zynqmp_virt_defconfig" 13UBOOT_MACHINE = "xilinx_zynqmp_virt_defconfig"
14SPL_BINARY ?= "spl/boot.bin" 14SPL_BINARY ?= "spl/boot.bin"
15 15
16SERIAL_CONSOLE ?= "115200 ttyPS0" 16SERIAL_CONSOLES ?= "115200;ttyPS0"
17 17
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19 19