summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-11-06 17:21:12 -0800
committerManjukumar Matha <manjukumar.harthikote-matha@xilinx.com>2017-11-07 14:51:58 -0800
commite25068c5b3e24df4597b6979a2118cc66e5814bb (patch)
treecabdb50a649ad52bfeb9195f08aa6376fadd0e08 /conf
parent4867326eb711853e1308d7f304c7beb7bb415a08 (diff)
downloadmeta-xilinx-e25068c5b3e24df4597b6979a2118cc66e5814bb.tar.gz
zcu102-zynqmp.conf: Add serial consoles check
There are instances when serial console check if required to disable consoles when it is not defined by SERIAL_CONSOLES. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/zcu102-zynqmp.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index e6d66cd9..dd618844 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -13,6 +13,7 @@ MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
13UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig" 13UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
14 14
15SERIAL_CONSOLE = "115200 ttyPS0" 15SERIAL_CONSOLE = "115200 ttyPS0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
16 17
17KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb" 18KERNEL_DEVICETREE = "xilinx/zynqmp-zcu102-revB.dtb xilinx/zynqmp-zcu102.dtb"
18 19