diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2010-07-15 11:21:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:26:09 +0100 |
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 0bf2b09f310..96e9e41f1b2 100644 --- a/arch/mips/alchemy/Platform +++ b/arch/mips/alchemy/Platform @@ -100,6 +100,11 @@ load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 platform-$(CONFIG_MIPS_XXS1500) += alchemy/xxs1500/ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 +# +# Trapeze ITS GRP board +# +platform-$(CONFIG_MIPS_GPR) += alchemy/gpr/ +load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000 # boards can specify their own <gpio.h> in one of their include dirs. # If they do, placing this line here at the end will make sure the |