diff options
Diffstat (limited to 'conf/machine/palmtx.conf')
-rw-r--r-- | conf/machine/palmtx.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf index 4eb804aba0..d9b934a306 100644 --- a/conf/machine/palmtx.conf +++ b/conf/machine/palmtx.conf @@ -4,14 +4,15 @@ require conf/machine/include/palm.conf +MACHINE_GUI_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" MACHINE_FEATURES += "pcmcia wifi" ROOT_FLASH_SIZE = "100" SERIAL_CONSOLE = "115200 ttyS0" -GUI_MACHINE_CLASS = "bigscreen" - MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ kernel-module-pxapwm-bl \ kernel-module-wm97xx-ts \ |