summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-04-03 15:03:06 -0700
committerMark Hatle <mark.hatle@xilinx.com>2020-04-03 16:00:19 -0700
commitb91bfc6f41ea6950d9a4a077211ebba94d3ce9fd (patch)
treee00c651c643afec2600f71c30ad6842180e3bf0b
parent8a60a94790ceb966d92d1a7ce3b087ef4edba7b5 (diff)
downloadmeta-xilinx-b91bfc6f41ea6950d9a4a077211ebba94d3ce9fd.tar.gz
machines: Move from SERIAL_CONSOLE (deprecated) to SERIAL_CONSOLES
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-contrib/conf/machine/minized-zynq7.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-contrib/conf/machine/minized-zynq7.conf b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf
index de617d0b..f90a014a 100644
--- a/meta-xilinx-contrib/conf/machine/minized-zynq7.conf
+++ b/meta-xilinx-contrib/conf/machine/minized-zynq7.conf
@@ -16,7 +16,7 @@ EXTRA_IMAGEDEPENDS += " \
16 virtual/bootloader \ 16 virtual/bootloader \
17 " 17 "
18 18
19SERIAL_CONSOLE = "115200 ttyPS0" 19SERIAL_CONSOLES = "115200;ttyPS0"
20SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" 20SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
21 21
22MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" 22MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"