[poky] [PATCH 21/25] virtex4: update default serial console

Adrian Alonso aalonso at secretlab.ca
Mon Jan 17 12:29:34 PST 2011


* Update default serial console for Virtex4 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/virtex4.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/virtex4.conf b/conf/machine/virtex4.conf
index e395d1f..f9643cb 100644
--- a/conf/machine/virtex4.conf
+++ b/conf/machine/virtex4.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