From patchwork Mon Jun 6 21:25:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,2/2] mx28evk: set valid console Date: Mon, 06 Jun 2011 21:25:45 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 5471 Message-Id: <1307395545-3738-3-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org The initial patch was build tested only because hardware for tests was not available. Christian Borutta reported the following log: INIT: Id "S" respawning too fast: disabled for 5 minutes Signed-off-by: Andreas Mueller --- conf/machine/mx28evk.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/machine/mx28evk.conf b/conf/machine/mx28evk.conf index e093ffa..823b502 100644 --- a/conf/machine/mx28evk.conf +++ b/conf/machine/mx28evk.conf @@ -17,7 +17,7 @@ XSERVER = "xserver-kdrive-fbdev" require conf/machine/include/imx28.inc # used by sysvinit_2 -SERIAL_CONSOLE = "115200 ttymxc0" +SERIAL_CONSOLE = "115200 ttyAM0" ROOT_FLASH_SIZE = "128"