From cb8f55b9207df96ccc332748eb3d154cd2e8014f Mon Sep 17 00:00:00 2001 From: Wolfgang Grandegger Date: Thu, 15 Jul 2010 11:21:23 +0200 Subject: MIPS: Alchemy: Add basic support for the GPR board From: Wolfgang Grandegger Add basic support for the General Purpose Router (GPR) board from Trapeze ITS. Signed-off-by: Wolfgang Grandegger To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1460/ Signed-off-by: Ralf Baechle --- arch/mips/alchemy/Platform | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/mips/alchemy/Platform') 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 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 in one of their include dirs. # If they do, placing this line here at the end will make sure the -- cgit v1.2.3