diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/h3900.conf | 2 | ||||
-rw-r--r-- | conf/simpad.conf | 1 | ||||
-rw-r--r-- | conf/zaurus-pxa.conf | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/conf/h3900.conf b/conf/h3900.conf index 16019b7c36..b02d164ddb 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -17,5 +17,7 @@ USE_DEVFS = "1" include conf/ipaq-common.conf include conf/handheld-common.conf +GPE_MACHINE_CLASS = "smallscreen" + # not using tune-xscale so as to retain backwards compatibility include conf/tune-strongarm.conf diff --git a/conf/simpad.conf b/conf/simpad.conf index 05976f1c4d..0279c854dd 100644 --- a/conf/simpad.conf +++ b/conf/simpad.conf @@ -15,6 +15,7 @@ INHERIT += "simpad_flashimg" SERIAL_CONSOLE = "ttySA0 38400 vt100" USE_DEVFS = "1" +GPE_MACHINE_CLASS = "bigscreen" include conf/handheld-common.conf include conf/tune-strongarm.conf diff --git a/conf/zaurus-pxa.conf b/conf/zaurus-pxa.conf index eda4ea9a30..31081540cd 100644 --- a/conf/zaurus-pxa.conf +++ b/conf/zaurus-pxa.conf @@ -17,6 +17,8 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 > \ ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" +GPE_MACHINE_CLASS = "bigscreen" + include conf/handheld-common.conf # not using tune-xscale.conf so as to retain backwards compatibility include conf/tune-strongarm.conf |