diff options
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 |