diff options
author | Andrew Isaacson <adi@broadcom.com> | 2005-10-20 02:57:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:47 -0400 |
commit | 9a6dcea10308df50ed54d6d5a43c9f6c3e927118 (patch) | |
tree | 2739e2c12577925ffd99042b460d004f3eeb0bc8 /include/asm-mips/sibyte/board.h | |
parent | f137e463b50aadba91bd116f99c59ccb9c15a12f (diff) |
Support for BigSur board.
Signed-Off-By: Andy Isaacson <adi@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sibyte/board.h')
-rw-r--r-- | include/asm-mips/sibyte/board.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/sibyte/board.h b/include/asm-mips/sibyte/board.h index 3d94093cb41f..900edcbeec37 100644 --- a/include/asm-mips/sibyte/board.h +++ b/include/asm-mips/sibyte/board.h | |||
@@ -35,6 +35,10 @@ | |||
35 | #include <asm/sibyte/carmel.h> | 35 | #include <asm/sibyte/carmel.h> |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | #ifdef CONFIG_SIBYTE_BIGSUR | ||
39 | #include <asm/sibyte/bigsur.h> | ||
40 | #endif | ||
41 | |||
38 | #ifdef __ASSEMBLY__ | 42 | #ifdef __ASSEMBLY__ |
39 | 43 | ||
40 | #ifdef LEDS_PHYS | 44 | #ifdef LEDS_PHYS |