aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ben-nanonote.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ben-nanonote.conf')
-rw-r--r--conf/machine/ben-nanonote.conf20
1 files changed, 11 insertions, 9 deletions
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index fd4aba48f8..68c37bfe0e 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -5,13 +5,22 @@
TARGET_ARCH = "mipsel"
require conf/machine/include/tune-mips32.inc
-PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel_jlime = "linux-jlime-ben-nanonote"
# With 2.6.37 there is not yet uImage target (pending patches)
#KERNEL_IMAGETYPE = "uImage"
KERNEL_IMAGETYPE = "vmlinux.bin"
-IMAGE_FSTYPES ?= "jffs2"
+CMDLINE = "console=ttyS0,57600n8 console=tty0 mem=32M"
+
+UBOOT_LOADADDRESS = "0x80010000"
+
+# Dynamic entrypoint
+#UBOOT_ENTRYPOINT =
+UBOOT_ENTRYSYMBOL = "kernel_entry"
+
+IMAGE_FSTYPES ?= "jffs2 tar.gz"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
@@ -23,10 +32,3 @@ MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
LOGO_SIZE = "qvga"
-
-##################################
-# build kexecboot kernel while
-# making sure rootfs is compatible
-##################################
-
-# require conf/machine/include/initramfs-kexecboot.inc