diff options
Diffstat (limited to 'conf/machine/htctitan.conf')
-rw-r--r-- | conf/machine/htctitan.conf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/conf/machine/htctitan.conf b/conf/machine/htctitan.conf index 2882f8d4d7..bcd4ab8795 100644 --- a/conf/machine/htctitan.conf +++ b/conf/machine/htctitan.conf @@ -1,15 +1,10 @@ #@TYPE: Machine #@NAME: HTC Titan phone -#@DESCRIPTION: Machine configuration for HTC Titan phone -require conf/machine/include/tune-arm1136-novfp.inc +#@DESCRIPTION: Machine configuration for HTC Titan 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 camera keyboard" - -IMAGE_FSTYPES += "tar.gz cpio.gz" |