diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-09-01 09:22:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:49 -0400 |
commit | b27311e1cace4e296ace786c886d22f7a8ec78d6 (patch) | |
tree | 94d962590160c480f7ef4d0cbb8d43406d91ab1d /include/asm-mips/txx9/boards.h | |
parent | 0dcdbe6add26719e956299eb519542f7d2f7d0a8 (diff) |
MIPS: TXx9: Add RBTX4939 board support
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
create mode 100644 arch/mips/txx9/rbtx4939/Makefile
create mode 100644 arch/mips/txx9/rbtx4939/irq.c
create mode 100644 arch/mips/txx9/rbtx4939/prom.c
create mode 100644 arch/mips/txx9/rbtx4939/setup.c
create mode 100644 include/asm-mips/txx9/rbtx4939.h
Diffstat (limited to 'include/asm-mips/txx9/boards.h')
-rw-r--r-- | include/asm-mips/txx9/boards.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/txx9/boards.h b/include/asm-mips/txx9/boards.h index 4abc8142fbb7..cbe9476d963e 100644 --- a/include/asm-mips/txx9/boards.h +++ b/include/asm-mips/txx9/boards.h | |||
@@ -8,3 +8,6 @@ BOARD_VEC(rbtx4937_vec) | |||
8 | #ifdef CONFIG_TOSHIBA_RBTX4938 | 8 | #ifdef CONFIG_TOSHIBA_RBTX4938 |
9 | BOARD_VEC(rbtx4938_vec) | 9 | BOARD_VEC(rbtx4938_vec) |
10 | #endif | 10 | #endif |
11 | #ifdef CONFIG_TOSHIBA_RBTX4939 | ||
12 | BOARD_VEC(rbtx4939_vec) | ||
13 | #endif | ||