From: Andrea Adami Date: Sun, 27 Feb 2011 11:21:15 +0000 (+0100) Subject: kexecboot-cfg: add ben-nanonote cmdline. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8337419cc364c05da33de179b77d5bef3000d687;p=openembedded.git kexecboot-cfg: add ben-nanonote cmdline. Signed-off-by: Andrea Adami --- 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"