diff options
Diffstat (limited to 'conf/machine/a780.conf')
-rw-r--r-- | conf/machine/a780.conf | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/conf/machine/a780.conf b/conf/machine/a780.conf index 6578cbe7f5..3977f50e2b 100644 --- a/conf/machine/a780.conf +++ b/conf/machine/a780.conf @@ -1,7 +1,28 @@ #@TYPE: Machine -#@NAME: Motorola EZX -#@DESCRIPTION: Machine configuration for the Motorola GSM phones A780 +#@NAME: Motorola EZX A780 +#@DESCRIPTION: Machine configuration for the Motorola GSM phone A780 -include conf/machine/include/zaurus-clamshell.conf -include conf/machine/include/zaurus-clamshell-2.6.conf 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" + +#cat /proc/mtd +#dev: size erasesize name +#mtd0: 00020000 00008000 "Bootloader" +#mtd1: 000e0000 00020000 "Kernel" +#mtd2: 00580000 00020000 "VFM_Filesystem" +#mtd3: 00020000 00020000 "Logo" + +ROOT_FLASH_SIZE = "24" + +# 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" |