aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/storcenter.conf
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-30 16:12:43 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-30 16:12:43 +0000
commit72fba47ca94d593030d0a90982f7cb40ca3caac4 (patch)
tree21316cb6066f202f950f4510ef6669807565b10e /conf/machine/storcenter.conf
parent7ec2d50001e60b2c2cde0bb26900041449fa364a (diff)
downloadopenembedded-72fba47ca94d593030d0a90982f7cb40ca3caac4.tar.gz
storcenter: Add uboot machine_feature, clean up
Diffstat (limited to 'conf/machine/storcenter.conf')
-rw-r--r--conf/machine/storcenter.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
index bb7c8f1bef..ea59349c07 100644
--- a/conf/machine/storcenter.conf
+++ b/conf/machine/storcenter.conf
@@ -2,14 +2,15 @@ TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
TARGET_FPU = "hard"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-MACHINE_TASK_PROVIDER = "task-base"
+
+INHERIT += "storcenter-image"
# terminal specs - console, but no other ports
SERIAL_CONSOLE="115200 console"
USE_VT="0"
MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2"
+MACHINE_FEATURES= "kernel26 usbhost pci ext2 uboot"
PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
MACHINE_TASK_PROVIDER = "task-base"