From f9b7582464b3b49438d85c795fe6ffe96e7d8cb7 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 11 Jul 2012 13:01:32 -0500 Subject: fsl.conf: check all the serial consoles if they are present at boot Signed-off-by: Matthew McClintock --- conf/distro/fsl.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf index 2818b26..ed04a06 100644 --- a/conf/distro/fsl.conf +++ b/conf/distro/fsl.conf @@ -88,4 +88,9 @@ PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" PREFERRED_PROVIDER_virtual/libx11 = "libx11" PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-qoriq-sdk-headers-nativesdk" +SYSVINIT_ENABLED_GETTYS = "" +USE_VT = "" +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" + CCACHE = "" -- cgit v1.2.3-54-g00ecf