From 4e4b5a16267df55f0116fddb0f1f1d0ea4d7f28b Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Mon, 18 Jan 2010 12:59:46 +0100 Subject: Add require tune-mips32 and also the currently best supported kernel for the nanonote. Signed-off-by:Kristoffer Ericson --- conf/machine/ben-nanonote.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index 391f4a542d..08bcdea3e5 100644 --- a/conf/machine/ben-nanonote.conf +++ b/conf/machine/ben-nanonote.conf @@ -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" -- cgit v1.2.3