[oe-commits] Andreas Müller : mx28evk: set valid console

git version control git at git.openembedded.org
Thu Jun 16 08:00:21 UTC 2011


Module: openembedded.git
Branch: master
Commit: e0d8eb830afc8ccfe57ed91bea017fdeddd7c663
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=e0d8eb830afc8ccfe57ed91bea017fdeddd7c663

Author: Andreas Müller <schnitzeltony at gmx.de>
Date:   Tue Jun  7 05:25:45 2011 +0000

mx28evk: set valid console

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 <schnitzeltony at gmx.de>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 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"
 





More information about the Openembedded-commits mailing list