aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/hx2000.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 13:47:55 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 13:47:55 +0000
commita03f7ad9d75d5c8edba4bd2661e8debc067e846f (patch)
tree05fe8ffd71b7f66b133c2e16717ad49b14d8785e /conf/machine/hx2000.conf
parentf99a4d32a4152d92c296a76ea526140ecc04812e (diff)
downloadopenembedded-a03f7ad9d75d5c8edba4bd2661e8debc067e846f.tar.gz
pocketpc-based machines: Consistently use "require" instead of "include" in confs.
Diffstat (limited to 'conf/machine/hx2000.conf')
-rw-r--r--conf/machine/hx2000.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/hx2000.conf b/conf/machine/hx2000.conf
index 0a88932e3e..b0c962c1d0 100644
--- a/conf/machine/hx2000.conf
+++ b/conf/machine/hx2000.conf
@@ -33,10 +33,10 @@ SERIAL_CONSOLE = "115200 ttyS0"
GUI_MACHINE_CLASS = "smallscreen"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-include conf/machine/include/tune-xscale.conf
+require conf/machine/include/tune-xscale.conf
# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#include conf/machine/include/tune-iwmmxt.conf
+#require conf/machine/include/tune-iwmmxt.conf
module_autoload_evdev = "evdev"
module_autoload_pcmcia = "pcmcia"