diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 14:08:48 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 14:08:48 +0000 |
commit | 1f9fe5b22710cb2c6701bfeed45ef38f6304e363 (patch) | |
tree | a15a0f19add9a4333693afc3882e49638f68bab7 /conf | |
parent | 3d7d7824d6c77aeb0a050332f21982a7764e9157 (diff) |
apply gpe-image customisations per MACHINE
BKrev: 410ba7f0ShbJNMv1MMxAwSmYqI1PPQ
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 |