diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-22 11:01:31 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:45 -0400 |
commit | 49afa0a15180c22c8836ef36edd6aa48ab7b2915 (patch) | |
tree | d2117d64dee8233ca339fa762be2ba66884981c9 /include/asm-mips | |
parent | 3c8cf8caa5b217fbb17d0dce7f6bbec1d7da7249 (diff) |
MIPS: RB532: Remove gpio bootup state
We are no longer using gpio bootup state, so do not export
it and do not parse the kernel command line tag for it.
Instead we provide gpio-keys for the button the gpio bootup
state was checking.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/mach-rc32434/prom.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-mips/mach-rc32434/prom.h b/include/asm-mips/mach-rc32434/prom.h index 1d66ddcda89a..660707f1bcce 100644 --- a/include/asm-mips/mach-rc32434/prom.h +++ b/include/asm-mips/mach-rc32434/prom.h | |||
@@ -28,14 +28,10 @@ | |||
28 | 28 | ||
29 | #define PROM_ENTRY(x) (0xbfc00000 + ((x) * 8)) | 29 | #define PROM_ENTRY(x) (0xbfc00000 + ((x) * 8)) |
30 | 30 | ||
31 | #define GPIO_INIT_NOBUTTON "" | ||
32 | #define GPIO_INIT_BUTTON " 2" | ||
33 | |||
34 | #define SR_NMI 0x00180000 | 31 | #define SR_NMI 0x00180000 |
35 | #define SERIAL_SPEED_ENTRY 0x00000001 | 32 | #define SERIAL_SPEED_ENTRY 0x00000001 |
36 | 33 | ||
37 | #define FREQ_TAG "HZ=" | 34 | #define FREQ_TAG "HZ=" |
38 | #define GPIO_TAG "gpio=" | ||
39 | #define KMAC_TAG "kmac=" | 35 | #define KMAC_TAG "kmac=" |
40 | #define MEM_TAG "mem=" | 36 | #define MEM_TAG "mem=" |
41 | #define BOARD_TAG "board=" | 37 | #define BOARD_TAG "board=" |