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 /arch/mips/Makefile | |
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 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 92e16157734c..02692027730a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -671,6 +671,7 @@ cflags-$(CONFIG_SIBYTE_BCM1x80) += -Iinclude/asm-mips/mach-sibyte \ | |||
671 | # Sibyte BCM91125C (CRhone) board | 671 | # Sibyte BCM91125C (CRhone) board |
672 | # Sibyte BCM91125E (Rhone) board | 672 | # Sibyte BCM91125E (Rhone) board |
673 | # Sibyte SWARM board | 673 | # Sibyte SWARM board |
674 | # Sibyte BCM91x80 (BigSur) board | ||
674 | # | 675 | # |
675 | libs-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/ | 676 | libs-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/ |
676 | load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 | 677 | load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 |
@@ -684,6 +685,8 @@ libs-$(CONFIG_SIBYTE_SENTOSA) += arch/mips/sibyte/swarm/ | |||
684 | load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 | 685 | load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 |
685 | libs-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/ | 686 | libs-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/ |
686 | load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 | 687 | load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 |
688 | libs-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ | ||
689 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | ||
687 | 690 | ||
688 | # | 691 | # |
689 | # SNI RM200 PCI | 692 | # SNI RM200 PCI |