aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h1940.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/h1940.conf')
-rw-r--r--conf/machine/h1940.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf
index 19e7662..9a1864e 100644
--- a/conf/machine/h1940.conf
+++ b/conf/machine/h1940.conf
@@ -2,7 +2,11 @@
#@NAME: h1940
#@DESCRIPTION: Machine configuration for the HP iPAQ h1930 and h1940
-TARGET_ARCH = "arm"
+#
+# Hardware-based properties
+#
+# tune for armv4t
+require conf/machine/include/tune-arm920t.inc
# Set preferred providers
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
@@ -18,13 +22,9 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen vfat"
-
# Some extra configuration
VOLATILE_STORAGE_SIZE = "64"
ROOT_FLASH_SIZE = "32"
SERIAL_CONSOLE = "115200 ttySAC2 vt100"
USE_VT = "0"
-# tune for armv4t
-require conf/machine/include/tune-arm920t.inc
-