From: Diana CRACIUN Date: Tue, 24 Jan 2012 16:02:33 +0000 (+0000) Subject: Added the proper terminal support for Linux under Hypervisor. X-Git-Tag: 2.1~534^2~533 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4010c70e2eff9fe02965e0117a4daff5e49af4a9;p=meta-freescale.git Added the proper terminal support for Linux under Hypervisor. Under Hypervisor, Linux is using ttyEHV0. Signed-off-by: Diana CRACIUN --- 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"