summaryrefslogtreecommitdiffstats
path: root/package/uboot-ifxmips/files/include/asm-mips/pinstrap.h
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 21:38:07 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 21:38:07 +0000
commitc5bc7f7cedf38c276e0acb9cb4bc796c9073f0fb (patch)
treea4324fa0af6620ea3eca5d20ff48fa1e4b1f8468 /package/uboot-ifxmips/files/include/asm-mips/pinstrap.h
parent965047025807b928368a3942e1a04ba817fe6e24 (diff)
drop uboot-ifxmips, use uboot-lantiq instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/files/include/asm-mips/pinstrap.h')
-rw-r--r--package/uboot-ifxmips/files/include/asm-mips/pinstrap.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/uboot-ifxmips/files/include/asm-mips/pinstrap.h b/package/uboot-ifxmips/files/include/asm-mips/pinstrap.h
deleted file mode 100644
index 1a446fa91..000000000
--- a/package/uboot-ifxmips/files/include/asm-mips/pinstrap.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#define FLASH_STRAP 0x1
-#define MII_0_STRAP 0x2
-#define MII_1_STRAP 0x3
-#define ASC_STRAP 0x4
-#define SFLASH_STRAP 0x5
-#define RESERVE_STRAP 0x6
-#define PRODUCT_TEST_STRAP 0x7
-#define PIN_STRAP_MASK 0x001C0000
-#define PIN_STRAP_SHIFT 18
-#define PIN_STRAP 0xB0100914
-#define SDRAM_WIDTH_MASK 0x400000
-#define SDRAM_WIDTH_SHIFT 22