From 61c4c7427b8ce43ab0655a63f23131a36afd9457 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 13 Mar 2011 02:34:53 +0100 Subject: [PATCH] ben-nanonote.conf: define default kernel CMDLINE to be used in boot.cfg Signed-off-by: Andrea Adami --- conf/machine/ben-nanonote.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index 6322b430dd..656d6193cb 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 -- 2.39.5