summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/conf/machine/zynqmp-generic.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf b/meta-xilinx-core/conf/machine/zynqmp-generic.conf
index 40ad6006..055c7e5b 100644
--- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf
+++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf
@@ -103,7 +103,9 @@ QEMU_HW_DTB_PMU = "${QEMU_HW_DTB_PATH}/zynqmp-pmu.dtb"
103# 103#
104# hw ps7_uart_0 (0xFF000000) - linux serial1 (ttyPS1) 104# hw ps7_uart_0 (0xFF000000) - linux serial1 (ttyPS1)
105# hw ps7_uart_1 (0xFF010000) - linux serial0 (ttyPS0) 105# hw ps7_uart_1 (0xFF010000) - linux serial0 (ttyPS0)
106QB_XILINX_SERIAL = "-serial mon:stdio -serial null" 106#
107# Default configuration will evaluate to:
108#QB_XILINX_SERIAL = "-serial mon:stdio -serial null"
107 109
108# Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) 110# Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW)
109# 111#