From c2f1b57a6c58eb96d2824b7733681a720a48a969 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 30 Nov 2012 11:31:07 -0500 Subject: [PATCH] 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"