summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-02-27 12:21:15 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-01 02:09:27 +0100
commit8337419cc364c05da33de179b77d5bef3000d687 (patch)
tree550081682c4c2dc1af47bfd04ac550fcbf853260
parentfe18a0cefc164f037d6831fcebccaca694847362 (diff)
downloadopenembedded-8337419cc364c05da33de179b77d5bef3000d687.tar.gz
kexecboot-cfg: add ben-nanonote cmdline.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-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"