| Submitter | Andreas Müller |
|---|---|
| Date | June 6, 2011, 9:25 p.m. |
| Message ID | <1307395545-3738-3-git-send-email-schnitzeltony@gmx.de> |
| Download | mbox | patch |
| Permalink | /patch/5471/ |
| State | Accepted |
| Headers | show |
Comments
Patch
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"
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@gmx.de> --- conf/machine/mx28evk.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)