[poky] [PATCH 22/25] virtex5: update default serial console
Adrian Alonso
aalonso at secretlab.ca
Mon Jan 17 12:29:35 PST 2011
* Update default serial console for Virtex5 target board
* From Xilinx Platform Studio (XPS) the default serial module
included is uartlite that maps to ttyUL0 dev node
Signed-off-by: Adrian Alonso <aalonso at secretlab.ca>
---
conf/machine/virtex5.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/virtex5.conf b/conf/machine/virtex5.conf
index a778a77..232ab6a 100644
--- a/conf/machine/virtex5.conf
+++ b/conf/machine/virtex5.conf
@@ -29,7 +29,7 @@ UBOOT_LOADADDRESS ?= "0x00000000"
# Don't use tty1
# USE_VT = "0"
-SERIAL_CONSOLE = "9600 ttyS0"
+SERIAL_CONSOLE ?= "9600 ttyUL0"
# Device nodes add xsa for (system ace)
IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
--
1.7.3.4
More information about the poky
mailing list