[oe-commits] Andrea Adami : linux-kexecboot_2.6.37: update ben-nanonote defconfig.

git version control git at git.openembedded.org
Wed Mar 2 23:32:13 UTC 2011


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Mar  3 00:01:07 2011 +0100

linux-kexecboot_2.6.37: update ben-nanonote defconfig.

* CMDLINE_BOOL is not enough, mips needs CONFIG_CMDLINE_OVERRIDE=y
* otherwise CMDLINE string is appended and does not replace
* the bootloader's one.

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 .../linux-kexecboot-2.6.37/ben-nanonote/defconfig  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-kexecboot-2.6.37/ben-nanonote/defconfig b/recipes/linux/linux-kexecboot-2.6.37/ben-nanonote/defconfig
index 4524e4e..a39d4af 100644
--- a/recipes/linux/linux-kexecboot-2.6.37/ben-nanonote/defconfig
+++ b/recipes/linux/linux-kexecboot-2.6.37/ben-nanonote/defconfig
@@ -1213,7 +1213,7 @@ CONFIG_HAVE_ARCH_KGDB=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_CMDLINE_BOOL=y
 CONFIG_CMDLINE="console=tty0 console=ttyS0,57600n8 mem=32M"
-# CONFIG_CMDLINE_OVERRIDE is not set
+CONFIG_CMDLINE_OVERRIDE=y
 # CONFIG_SPINLOCK_TEST is not set
 
 #





More information about the Openembedded-commits mailing list