diff options
author | John Crispin <john@openwrt.org> | 2011-02-01 21:38:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-02-01 21:38:07 +0000 |
commit | 39dc61352323c974c8fba6b2af70b7dcbd6176f7 (patch) | |
tree | 7e26211667b2d3e45e22ed36a727866247f7506c /package/uboot-ifxmips/files/include/asm-mips/pinstrap.h | |
parent | 9b9162fa1aa177c6636ec0140555641e1e95689d (diff) | |
download | upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.tar.gz upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.tar.bz2 upstream-39dc61352323c974c8fba6b2af70b7dcbd6176f7.zip |
drop uboot-ifxmips, use uboot-lantiq instead
SVN-Revision: 25294
Diffstat (limited to 'package/uboot-ifxmips/files/include/asm-mips/pinstrap.h')
-rw-r--r-- | package/uboot-ifxmips/files/include/asm-mips/pinstrap.h | 12 |
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 1a446fa916..0000000000 --- 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 |