aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-06 00:05:10 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-06 00:17:00 +0100
commitbe2cf0661b6b3fbbd359698ad067ce6f9892d200 (patch)
tree2db3d7c57671334935dbafc31ec1790bae953c25 /conf
parentc2c3e2ed9d3a7ee2671a7c7ab140054d92090c4b (diff)
downloadopenembedded-be2cf0661b6b3fbbd359698ad067ce6f9892d200.tar.gz
h1940: prefer linux 2.6.39, switch to uImage
Mainline linux as of 2.6.39 has almost all support pieces integrated for h1940. In addition switch to uImage to allow booting from u-boot (especially as booting directly from HaRET seems to be problematic at the moment.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h1940.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf
index eec87a3ed5..19e76625f3 100644
--- a/conf/machine/h1940.conf
+++ b/conf/machine/h1940.conf
@@ -6,7 +6,11 @@ TARGET_ARCH = "arm"
# Set preferred providers
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel = "linux-h1940"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+
+KERNEL_IMAGETYPE = "uImage"
+UBOOT_LOADADDRESS = "0x30108000"
+UBOOT_ENTRYPOINT = "0x30108000"
# Set features for task-base
MACHINE_GUI_CLASS = "smallscreen"