diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-02 10:13:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-02 10:13:33 +0000 |
commit | 1d8d537f48d92a558c243f49c39f3d70a483dd5e (patch) | |
tree | 29d41d1a42a2d5926004517cf80e90afad3d3072 /conf/machine/a780.conf | |
parent | b8a2d11e05c2d6c38c9dc0ed3fe6e9827dbc218d (diff) |
a780, a1200: remove duplication and use new device tables
Diffstat (limited to 'conf/machine/a780.conf')
-rw-r--r-- | conf/machine/a780.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index 85beb45325..1820569c2b 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Motorola EZX A780, Motorola EZX E680, Motorola EZX E680i -#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780, E680, and E680i +#@NAME: Motorola EZX A1200, Motorola EZX A780, Motorola EZX E680, Motorola EZX E680i +#@DESCRIPTION: Machine configuration for the Motorola GSM phones A1200, A780, E680, and E680i TARGET_ARCH = "arm" @@ -20,13 +20,17 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" -#the a780 needs 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" ROOT_FLASH_SIZE = "24" EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" +# Opentapi needs to be started very early so we need the mux devices in static /dev +IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ + files/device_table-ezx.txt" + # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf |