[oe-commits] : linux-kexecboot: add console=tty1 to cmdline again.

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 02:02:23 UTC 2008


Module: OE.dev
Branch: master
Commit: 6f1cce0282a2d7bfccbb87cfab31d9b32fb5e45a
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=6f1cce0282a2d7bfccbb87cfab31d9b32fb5e45a

Author:  <thesing at openembedded.org>
Date:   Wed Aug  6 01:57:47 2008 +0000

linux-kexecboot: add console=tty1 to cmdline again.
	I don't fully understand why, but otherwise images don't boot.

---

 .../linux-kexecboot-2.6.26/defconfig-collie        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/kexecboot/linux-kexecboot-2.6.26/defconfig-collie b/packages/kexecboot/linux-kexecboot-2.6.26/defconfig-collie
index 7a22aa4..a65552f 100644
--- a/packages/kexecboot/linux-kexecboot-2.6.26/defconfig-collie
+++ b/packages/kexecboot/linux-kexecboot-2.6.26/defconfig-collie
@@ -251,7 +251,7 @@ CONFIG_ALIGNMENT_TRAP=y
 #
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
-CONFIG_CMDLINE="console=ttySA0,115200n8 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 rootdelay=3 mem=64M fbcon=rotate:1 dyntick=enable"
+CONFIG_CMDLINE="console=ttySA0,115200n8 console=tty1 noinitrd root=/dev/mtdblock2 rootfstype=jffs2 rootdelay=3 mem=64M fbcon=rotate:1 dyntick=enable"
 # CONFIG_XIP_KERNEL is not set
 CONFIG_KEXEC=y
 CONFIG_ATAGS_PROC=y





More information about the Openembedded-commits mailing list