[oe-commits] Andrea Adami : linux-kexecboot: add forgotten loglevel= 3 to collie and poodle cmdline.

git version control git at git.openembedded.org
Fri Apr 9 00:45:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ae50bef3b536b886c689ef87428b6db671fece0c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ae50bef3b536b886c689ef87428b6db671fece0c

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri Apr  9 02:44:23 2010 +0200

linux-kexecboot: add forgotten loglevel=3 to collie and poodle cmdline.

---

 .../collie/defconfig                               |    2 +-
 .../poodle/defconfig                               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/collie/defconfig b/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/collie/defconfig
index 9d23141..576e55c 100644
--- a/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/collie/defconfig
+++ b/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/collie/defconfig
@@ -325,7 +325,7 @@ CONFIG_ALIGNMENT_TRAP=y
 #
 CONFIG_ZBOOT_ROM_TEXT=0
 CONFIG_ZBOOT_ROM_BSS=0
-CONFIG_CMDLINE="console=tty1 console=ttySA0,115200n8 fbcon=rotate:1 mem=64M"
+CONFIG_CMDLINE="console=tty1 console=ttySA0,115200n8 fbcon=rotate:1 mem=64M loglevel=3"
 # CONFIG_XIP_KERNEL is not set
 CONFIG_KEXEC=y
 CONFIG_ATAGS_PROC=y
diff --git a/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/poodle/defconfig b/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/poodle/defconfig
index d47162a..837c371 100644
--- a/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/poodle/defconfig
+++ b/recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/poodle/defconfig
@@ -376,7 +376,7 @@ CONFIG_ALIGNMENT_TRAP=y
 #
 CONFIG_ZBOOT_ROM_TEXT=0
 CONFIG_ZBOOT_ROM_BSS=0
-CONFIG_CMDLINE="console=tty1 console=ttyS0,115200n8 fbcon=rotate:1"
+CONFIG_CMDLINE="console=tty1 console=ttyS0,115200n8 fbcon=rotate:1 loglevel=3"
 # CONFIG_XIP_KERNEL is not set
 CONFIG_KEXEC=y
 CONFIG_ATAGS_PROC=y





More information about the Openembedded-commits mailing list