From 4010c70e2eff9fe02965e0117a4daff5e49af4a9 Mon Sep 17 00:00:00 2001 From: Diana CRACIUN Date: Tue, 24 Jan 2012 16:02:33 +0000 Subject: [PATCH] Added the proper terminal support for Linux under Hypervisor. Under Hypervisor, Linux is using ttyEHV0. Signed-off-by: Diana CRACIUN --- meta-fsl-ppc/conf/distro/fsl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index 686254ee..16590b93 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -54,4 +54,4 @@ FREESCALE_GIT = "git://git.am.freescale.net" SYSVINIT_ENABLED_GETTYS = "" USE_VT = "" -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" -- 2.40.1