diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-19 02:00:01 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-19 02:01:04 +0100 |
commit | 0aa925443d21b2754d1d4b24037ef7ac4bcb2c78 (patch) | |
tree | a1891b94f3283834084edbcd3f1a9d68c91d917d /conf/machine/htcpolaris.conf | |
parent | e4eb9aab1d584978e9824261c6ecd50784b34d46 (diff) |
htc*.conf: factor out common include file for the msm7xxxx devices
Diffstat (limited to 'conf/machine/htcpolaris.conf')
-rw-r--r-- | conf/machine/htcpolaris.conf | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/conf/machine/htcpolaris.conf b/conf/machine/htcpolaris.conf index 0afc65a198..1473fa4a34 100644 --- a/conf/machine/htcpolaris.conf +++ b/conf/machine/htcpolaris.conf @@ -1,15 +1,10 @@ #@TYPE: Machine -#@NAME: HTC Polaris phone -#@DESCRIPTION: Machine configuration for HTC Polaris phone -require conf/machine/include/tune-arm1136-novfp.inc +#@NAME: HTC Polaris +#@DESCRIPTION: Machine configuration for the HTC Polaris smartphone -PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx" +require conf/machine/include/htc-msm7.inc -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -XSERVER = "xserver-kdrive-fbdev" MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" MACHINE_FEATURES = "kernel26 touchscreen screen phone gps" - -IMAGE_FSTYPES += "tar.gz cpio.gz" |