diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-04-09 02:44:23 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-04-09 02:44:23 +0200 |
commit | ae50bef3b536b886c689ef87428b6db671fece0c (patch) | |
tree | 30c4fb2e2ae212d173b0c3056f58862ef76bb855 | |
parent | 000ac398f938b1f9c9568e082efc4c010a1aa7a7 (diff) |
linux-kexecboot: add forgotten loglevel=3 to collie and poodle cmdline.
-rw-r--r-- | recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/collie/defconfig | 2 | ||||
-rw-r--r-- | recipes/kexecboot/linux-kexecboot-2.6.33+2.6.34-rc3/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 9d23141769..576e55c126 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 d47162af75..837c371ce1 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 |