blob: 9181b36c19d2c613d96b20eb4ee44b154e6cb0b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#@TYPE: Machine
#@NAME: Motorola EZX A780 and E680
#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 and E680
include conf/machine/include/motorola-ezx.conf
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n --no-idea-yet --CAUTION"
# EXTRA_IMAGEDEPENDS += "ezx-updater"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
include conf/machine/include/tune-xscale.conf
SERIAL_CONSOLE = "115200 ttyS0"
|