diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-17 06:44:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-17 06:44:22 +0000 |
commit | e7cefc5706c7631d52842765330823501c61b1c6 (patch) | |
tree | d50c0b04e636d781bb91d90a650ba15a353e1a3e /conf/machine/h3600.conf | |
parent | da5e3ee7ecb74a8402c7506d4b1ce180ae0801d9 (diff) | |
parent | f5e12396ab339e59679231b80a0ff2d4873f06c2 (diff) |
merge of 'c8b6f226355d3351327e8b61f52855537a448a23'
and 'ff788cdac5bbfb991ee004911daf4db1b80ff5ce'
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r-- | conf/machine/h3600.conf | 7 |
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" |