From 29d32a8a64b854cd4f13063317d6e9292675179d Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Wed, 11 Jul 2012 17:26:51 -0500 Subject: move serial console definitions into machine.conf so they are available for all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock --- conf/machine/p3041ds.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/p3041ds.conf') diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index 2f2c605..efc372b 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf @@ -13,3 +13,4 @@ JFFS2_ERASEBLOCK = "0x10000" SYSVINIT_ENABLED_GETTYS = "" USE_VT = "" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" -- cgit v1.2.3-54-g00ecf