aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-02-27 12:21:15 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:27 +0100
commit4beff259b30fa0016b81e5560101661d895b3539 (patch)
tree550081682c4c2dc1af47bfd04ac550fcbf853260 /recipes
parent649bd0265db7c93e6b261e5fa26d82ad081226f4 (diff)
downloadopenembedded-4beff259b30fa0016b81e5560101661d895b3539.tar.gz
kexecboot-cfg: add ben-nanonote cmdline.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/kexecboot/kexecboot-cfg_0.1.bb2
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 f6dfbaca55..32e5881628 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"