aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/a1200.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-03-02 10:13:33 +0000
committerKoen Kooi <koen@openembedded.org>2007-03-02 10:13:33 +0000
commit1d8d537f48d92a558c243f49c39f3d70a483dd5e (patch)
tree29d41d1a42a2d5926004517cf80e90afad3d3072 /conf/machine/a1200.conf
parentb8a2d11e05c2d6c38c9dc0ed3fe6e9827dbc218d (diff)
downloadopenembedded-1d8d537f48d92a558c243f49c39f3d70a483dd5e.tar.gz
a780, a1200: remove duplication and use new device tables
Diffstat (limited to 'conf/machine/a1200.conf')
-rw-r--r--conf/machine/a1200.conf35
1 files changed, 2 insertions, 33 deletions
diff --git a/conf/machine/a1200.conf b/conf/machine/a1200.conf
index 684238b695..3914d0e8f4 100644
--- a/conf/machine/a1200.conf
+++ b/conf/machine/a1200.conf
@@ -1,33 +1,2 @@
-#@TYPE: Machine
-#@NAME: Motorola EZX A1200
-#@DESCRIPTION: Machine configuration for the Motorola GSM phones A1200
-
-
-TARGET_ARCH = "arm"
-PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt"
-
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
-
-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"
-
-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
-MACHINE_EXTRA_RDEPENDS += "opentapi"
-
-ROOT_FLASH_SIZE = "24"
-
-EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
-require conf/machine/include/tune-xscale.conf
-
-SERIAL_CONSOLE = "115200 ttyS0"
+WARNING:="${@bb.fatal('\n*\n*\n* Sorry, There is no dedicated configuration for the Motorola EZX A1200,\n* because \
+of the similarities between A780 and A1200 series. Use MACHINE = \"a780\".\n*\n*\n')}"