Add require tune-mips32 and also the currently best supported
authorKristoffer Ericson <kristoffer.ericson@gmail.com>
Mon, 18 Jan 2010 11:59:46 +0000 (12:59 +0100)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Mon, 18 Jan 2010 18:38:51 +0000 (19:38 +0100)
kernel for the nanonote.

Signed-off-by:Kristoffer Ericson <kristoffer.ericson@gmail.com>

conf/machine/ben-nanonote.conf

index 391f4a5..08bcdea 100644 (file)
@@ -1,8 +1,11 @@
 #@TYPE: Machine
 #@NAME: Ben Nanonote
 #@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote
+
 TARGET_ARCH = "mipsel"
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+require conf/machine/include/tune-mips32.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben"
 KERNEL_IMAGETYPE = "uImage"
 IMAGE_FSTYPES ?= "jffs2"