diff options
author | Daniel Laird <daniel.j.laird@nxp.com> | 2008-06-16 10:49:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 12:18:29 -0400 |
commit | edb6310aaa0dfc3da303a4ba6dff9dce3fbaa8d3 (patch) | |
tree | c57fb86878978d13b4959109f1a9760b18cc177b /arch/mips/Makefile | |
parent | 537fa37c8606793b9998c35de0abfcb7d549a3f2 (diff) |
MIPS: Add support for NXP PNX833x (STB222/5) into linux kernel
The following patch add support for the NXP PNX833x SOC. More
specifically it adds support for the STB222/5 variant. It fixes
the vectored interrupt issue.
Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 7f39fd8a91fe..8abac786c1f5 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -381,6 +381,14 @@ load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 | |||
381 | # | 381 | # |
382 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 | 382 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 |
383 | 383 | ||
384 | # NXP STB225 | ||
385 | core-$(CONFIG_SOC_PNX833X) += arch/mips/nxp/pnx833x/common/ | ||
386 | cflags-$(CONFIG_SOC_PNX833X) += -Iarch/mips/include/asm/mach-pnx833x | ||
387 | libs-$(CONFIG_NXP_STB220) += arch/mips/nxp/pnx833x/stb22x/ | ||
388 | load-$(CONFIG_NXP_STB220) += 0xffffffff80001000 | ||
389 | libs-$(CONFIG_NXP_STB225) += arch/mips/nxp/pnx833x/stb22x/ | ||
390 | load-$(CONFIG_NXP_STB225) += 0xffffffff80001000 | ||
391 | |||
384 | # | 392 | # |
385 | # Common NXP PNX8550 | 393 | # Common NXP PNX8550 |
386 | # | 394 | # |