compile libnl with -ffunction-sections to make binaries that use genl smaller
[openwrt.git] / target / linux / ifxmips / image / u-boot / files / include / asm-mips / pinstrap.h
1 #define FLASH_STRAP             0x1             
2 #define MII_0_STRAP             0x2
3 #define MII_1_STRAP             0x3
4 #define ASC_STRAP               0x4
5 #define SFLASH_STRAP            0x5
6 #define RESERVE_STRAP           0x6
7 #define PRODUCT_TEST_STRAP      0x7
8 #define PIN_STRAP_MASK          0x001C0000
9 #define PIN_STRAP_SHIFT         18
10 #define PIN_STRAP               0xB0100914
11 #define SDRAM_WIDTH_MASK        0x400000
12 #define SDRAM_WIDTH_SHIFT       22