[oe-commits] Andrea Adami : ben-nanonote.conf: define default kernel CMDLINE to be used in boot.cfg

git version control git at git.openembedded.org
Sun Mar 13 13:49:32 UTC 2011


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Mar 13 02:34:53 2011 +0100

ben-nanonote.conf: define default kernel CMDLINE to be used in boot.cfg
Signed-off-by: Andrea Adami <andrea.adami at gmail.com>

---

 conf/machine/ben-nanonote.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index 6322b43..656d619 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -12,6 +12,8 @@ PREFERRED_PROVIDER_virtual/kernel_jlime = "linux-jlime-ben-nanonote"
 #KERNEL_IMAGETYPE = "uImage"
 KERNEL_IMAGETYPE = "vmlinux.bin"
 
+CMDLINE = "console=ttyS0,57600n8 console=tty0 mem=32M"
+
 UBOOT_LOADADDRESS = "0x80010000"
 
 # Dynamic entrypoint





More information about the Openembedded-commits mailing list