aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3600.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 21:54:14 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-10-16 21:54:14 +0000
commite8e592b52186608002a06ea01cd568aa48ff7426 (patch)
tree94f0b0d300e61b79c000900e9371480f680986de /conf/machine/h3600.conf
parenta469f41ceaa35aa7fc03d05b5c4323b99ada5f3a (diff)
downloadopenembedded-e8e592b52186608002a06ea01cd568aa48ff7426.tar.gz
h3600: Add GUI_MACHINE_CLASS, fix section boundary.
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r--conf/machine/h3600.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf
index 2604b8e8b0..14a9bb6ba5 100644
--- a/conf/machine/h3600.conf
+++ b/conf/machine/h3600.conf
@@ -14,6 +14,7 @@ require conf/machine/include/tune-strongarm.conf
ROOT_FLASH_SIZE = "16"
# h3630 have 32Mb only
VOLATILE_STORAGE_SIZE = "64"
+GUI_MACHINE_CLASS = "smallscreen"
#
# Software/packages selection
@@ -24,9 +25,6 @@ PREFERRED_VERSION_handhelds-sa ?= "2.4.19-rmk6-pxa1-hh42"
BOOTSTRAP_EXTRA_RDEPENDS = "alsa-driver kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}', d)}"
EXTRA_IMAGECMD_h3600_jffs2 = "-e 0x40000 -p"
-#
-# Modules autoload and other boot properties
-#
H3600_MODULES = "\
h3600-asic \
h3600-micro \
@@ -43,6 +41,9 @@ serial-h3800 \
usb-char \
usb-eth"
+#
+# Modules autoload and other boot properties
+#
USE_DEVFS = "1"
USE_VT = "0"