diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2010-07-15 05:21:23 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:09 -0400 |
commit | cb8f55b9207df96ccc332748eb3d154cd2e8014f (patch) | |
tree | 7bb11d3b2b30daa660f8c040472b498d90b5bf74 /arch/mips/alchemy/Platform | |
parent | f66736532a6bc593a2d7cda68835a79c23836f1b (diff) |
MIPS: Alchemy: Add basic support for the GPR board
From: Wolfgang Grandegger <wg@denx.de>
Add basic support for the General Purpose Router (GPR) board from
Trapeze ITS.
Signed-off-by: Wolfgang Grandegger <wg@denx.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1460/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Platform')
-rw-r--r-- | arch/mips/alchemy/Platform | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/alchemy/Platform b/arch/mips/alchemy/Platform index 0bf2b09f3105..96e9e41f1b2a 100644 --- a/arch/mips/alchemy/Platform +++ b/arch/mips/alchemy/Platform | |||
@@ -100,6 +100,11 @@ load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 | |||
100 | platform-$(CONFIG_MIPS_XXS1500) += alchemy/xxs1500/ | 100 | platform-$(CONFIG_MIPS_XXS1500) += alchemy/xxs1500/ |
101 | load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 | 101 | load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 |
102 | 102 | ||
103 | # | ||
104 | # Trapeze ITS GRP board | ||
105 | # | ||
106 | platform-$(CONFIG_MIPS_GPR) += alchemy/gpr/ | ||
107 | load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000 | ||
103 | 108 | ||
104 | # boards can specify their own <gpio.h> in one of their include dirs. | 109 | # boards can specify their own <gpio.h> in one of their include dirs. |
105 | # If they do, placing this line here at the end will make sure the | 110 | # If they do, placing this line here at the end will make sure the |