aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-18 15:36:52 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-18 15:36:52 +0000
commit73f11d0e04f2a26e15dc23a0b9366837de303eba (patch)
tree30e517c131f37da74ee866e7520831943794b481 /conf/machine
parent1c703dd2e26cd47f1a6136d19344fbc5a2222123 (diff)
downloadopenembedded-73f11d0e04f2a26e15dc23a0b9366837de303eba.tar.gz
orion: Set KERNEL_IMAGETYPE to uImage for the orion based devices
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/orion.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc
index 7c5572a2d9..d22b783f35 100644
--- a/conf/machine/include/orion.inc
+++ b/conf/machine/include/orion.inc
@@ -7,7 +7,7 @@ TARGET_ARCH = "arm"
# Weakly assign it and remove when all distros supporting this device have updated
TARGET_FPU ?= "soft"
-MACHINE_FEATURES = "kernel26 usbhost ext2"
+MACHINE_FEATURES = "kernel26 usbhost ext2 vfat"
MACHINE_TASK_PROVIDER = "task-base"
USE_DEVFS = "0"
@@ -20,4 +20,7 @@ IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt"
IMAGE_FSTYPES = "tar.gz"
SERIAL_CONSOLE = "ttyS0 115200"
+# Currently all the orion devices we support use uImage
+KERNEL_IMAGETYPE = "uImage"
+
require conf/machine/include/tune-arm926ejs.inc