From 370ba3ef40e30766c7235e743675dd5bca1b4d83 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 30 Nov 2012 11:31:07 -0500 Subject: keystone-evm: update serial port and virtual terminal settings Keystone uses the old ttyS0 serial name instead of the new ttyO0. Also disable spawning gettys on virtual terminals. Signed-off-by: Denys Dmytriyenko --- conf/machine/keystone-evm.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf index 5e264a8f..e73d84be 100644 --- a/conf/machine/keystone-evm.conf +++ b/conf/machine/keystone-evm.conf @@ -16,7 +16,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" IMAGE_FSTYPES += "tar.bz2 cpio" -SERIAL_CONSOLE = "115200 ttyO0" +SERIAL_CONSOLE = "115200 ttyS0" + +SYSVINIT_ENABLED_GETTYS = "" UBOOT_MACHINE = "tci6638_evm_config" -- cgit v1.2.3-54-g00ecf