diff options
-rw-r--r-- | conf/machine/include/motorola-ezx-base.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index a9945acd34..b8d818ad8c 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -14,12 +14,13 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen phone" MACHINE_FEATURES += " iwmmxt" - MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "180" +XSERVER = "xserver-kdrive-fbdev" + ROOT_FLASH_SIZE = "24" IMAGE_FSTYPES ?= "jffs2" |