aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/bd-neon.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-10-10 09:13:12 +0000
committerKoen Kooi <koen@openembedded.org>2007-10-10 09:13:12 +0000
commit5f1b05bc31796782a778dc09a70146af6bfbb155 (patch)
treed5c94abebb55b668b14d00619e95c04bf2df1f03 /conf/machine/bd-neon.conf
parent2eb5a3d80018bcfb02586f03f22745d50e327547 (diff)
downloadopenembedded-5f1b05bc31796782a778dc09a70146af6bfbb155.tar.gz
machines: don't include .conf files, they were renamed to .inc files like a month ago
Diffstat (limited to 'conf/machine/bd-neon.conf')
-rw-r--r--conf/machine/bd-neon.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/bd-neon.conf b/conf/machine/bd-neon.conf
index 63e3ac8269..bd6354a2e4 100644
--- a/conf/machine/bd-neon.conf
+++ b/conf/machine/bd-neon.conf
@@ -1,6 +1,6 @@
#@TYPE: Machine
#@NAME: Boundary Devices NEON
-#@DESCRIPTION: Machine configuration for the Boundary Devices NEON board
+#@DESCRIPTION: Machine.inciguration for the Boundary Devices NEON board
#
# Hardware-based properties
@@ -9,10 +9,10 @@ TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require conf/machine/include/tune-xscale.conf
+require.inc/machine/include/tune-xscale.inc
# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.conf
+#require.inc/machine/include/tune-iwmmxt.inc
ROOT_FLASH_SIZE = "60"
VOLATILE_STORAGE_SIZE = "128"