aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h4000.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-10-16 13:27:29 +0000
committerKoen Kooi <koen@openembedded.org>2006-10-16 13:27:29 +0000
commit80bc39cd688f77492b7cec4ede1536705aa6720f (patch)
treef5a27d46a88c83074b2a2e8d402709a16b959610 /conf/machine/h4000.conf
parent363463f9eec73fc21c730986c98fbe267f7eca27 (diff)
downloadopenembedded-80bc39cd688f77492b7cec4ede1536705aa6720f.tar.gz
h2200, h4000: s/include/require/ and add some comments
Diffstat (limited to 'conf/machine/h4000.conf')
-rw-r--r--conf/machine/h4000.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf
index cff0a94392..17bb47811a 100644
--- a/conf/machine/h4000.conf
+++ b/conf/machine/h4000.conf
@@ -5,7 +5,9 @@
# Hardware-based properties
TARGET_ARCH = "arm"
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa"
-include conf/machine/include/tune-xscale.conf
+
+require conf/machine/include/tune-xscale.conf
+
ROOT_FLASH_SIZE = "32"
GUI_MACHINE_CLASS = "smallscreen"
MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget"
@@ -22,4 +24,4 @@ module_autoload_g_ether = "g_ether"
SERIAL_CONSOLE = "115200 ttyS0 vt100"
USE_VT = "0"
-include conf/machine/include/LAB-settings.conf
+require conf/machine/include/LAB-settings.conf