diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-09-02 13:26:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-09-02 13:26:36 +0000 |
commit | 1e47330d3833c911658d745e71404db86577eef1 (patch) | |
tree | dbccd56c79ee2d932a515dbf442f28e5c8a19f0d | |
parent | 87071cf91f1b8b0b7f5d43ca3ca19a3c12b94052 (diff) |
motorola-ezx-base.inc: all Motorola EZX phones have 240x320 screen
-rw-r--r-- | conf/machine/include/motorola-ezx-base.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index c1eac82e3b..8bf6918b2a 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -1,4 +1,3 @@ - TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" @@ -16,8 +15,10 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" -#the EZX phones need a userspace daemon to stop the BP from shutting down the phone +# the EZX phones need a userspace daemon to stop the BP from shutting down the phone MACHINE_EXTRA_RDEPENDS += "opentapi" +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" ROOT_FLASH_SIZE = "24" |