aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/xxs1500.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/xxs1500.conf')
-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"