[oe-commits] Andrea Adami : kexecboot-cfg: add ben-nanonote cmdline.

git version control git at git.openembedded.org
Wed Mar 2 07:32:48 UTC 2011


Module: openembedded.git
Branch: hipox
Commit: 4beff259b30fa0016b81e5560101661d895b3539
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4beff259b30fa0016b81e5560101661d895b3539

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Feb 27 12:21:15 2011 +0100

kexecboot-cfg: add ben-nanonote cmdline.

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

---

 recipes/kexecboot/kexecboot-cfg_0.1.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb
index f6dfbac..32e5881 100644
--- a/recipes/kexecboot/kexecboot-cfg_0.1.bb
+++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb
@@ -8,8 +8,10 @@ SRC_URI = "file://icon.xpm"
 CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
 CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd rw"
 CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd"
+CMDLINE_CON_ben-nanonote = "console=ttyS0,57600n8 console=tty0"
 CMDLINE_MEM = ""
 CMDLINE_MEM_collie = "mem=64M"
+CMDLINE_MEM_ben-nanonote = "mem=32M"
 CMDLINE_ROTATE = ""
 CMDLINE_ROTATE_spitz = "fbcon=rotate:1"
 CMDLINE_ROTATE_akita = "fbcon=rotate:1"





More information about the Openembedded-commits mailing list