aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-22 17:13:56 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-22 17:57:00 -0800
commit184fc34a6d44d9a4deacc00ec62bffd1934f91a4 (patch)
tree16dff3d482299d892d2d6b27332d49a18dfbd21c /conf/machine
parent49891de0b13c86c2fdcc5e0fdabd4faa867e83bc (diff)
downloadopenembedded-184fc34a6d44d9a4deacc00ec62bffd1934f91a4.tar.gz
xxs1500.conf: Remove this board from OE
* The kernel is no more fetchable as reported in bugzilla/1737 * Vendor has EOLed the product Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/xxs1500.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/conf/machine/xxs1500.conf b/conf/machine/xxs1500.conf
deleted file mode 100644
index 4d5909126a..0000000000
--- a/conf/machine/xxs1500.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-#@TYPE: Machine
-#@NAME: mycable xxs1500
-#@DESCRIPTION: Machine configuration for the xxs1500 revision A.
-
-# pad size and SREC_VMAADDR would need to be changed for the xxs1500 rev B.
-
-TARGET_ARCH = "mipsel"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-xxs1500"
-
-IMAGE_FSTYPES ?= "jffs2"
-EXTRA_IMAGECMD_jffs2 = "--pad=0xa00000 --little-endian --eraseblock=0x20000 -n"
-
-# does not gain any speed and just creates problems:
-# TARGET_CC_ARCH = "-march=mips32"
-
-USE_DEVFS = "1"
-USE_VT = "0"
-SERIAL_CONSOLE = "115200 tts/0 vt100"
-
-SREC_VMAADDR = "0xbf200000"