diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-11-10 13:06:21 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 23:02:06 +0100 |
commit | 8e026910fcd46c3cfcdf5cff7ebba013bb8ec85c (patch) | |
tree | af8c203fdd800611157e7b069c3e7c5f4a513aac /arch/mips/alchemy/Platform | |
parent | MIPS: Alchemy: Improved DB1550 support, with audio and serial busses. (diff) | |
download | linux-8e026910fcd46c3cfcdf5cff7ebba013bb8ec85c.tar.xz linux-8e026910fcd46c3cfcdf5cff7ebba013bb8ec85c.zip |
MIPS: Alchemy: merge GPR/MTX-1/XXS1500 board code into single files
Most of these files are have more comments than real code; merge
them all into single board-<name>.c files.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2869/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Platform')
-rw-r--r-- | arch/mips/alchemy/Platform | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/alchemy/Platform b/arch/mips/alchemy/Platform index 4d13e21eaf83..c032f5b5f889 100644 --- a/arch/mips/alchemy/Platform +++ b/arch/mips/alchemy/Platform @@ -75,21 +75,21 @@ cflags-$(CONFIG_MIPS_DB1300) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 load-$(CONFIG_MIPS_DB1300) += 0xffffffff80100000 # -# 4G-Systems eval board +# 4G-Systems MTX-1 "MeshCube" wireless router # -platform-$(CONFIG_MIPS_MTX1) += alchemy/mtx-1/ +platform-$(CONFIG_MIPS_MTX1) += alchemy/ load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 # # MyCable eval board # -platform-$(CONFIG_MIPS_XXS1500) += alchemy/xxs1500/ +platform-$(CONFIG_MIPS_XXS1500) += alchemy/ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 # # Trapeze ITS GRP board # -platform-$(CONFIG_MIPS_GPR) += alchemy/gpr/ +platform-$(CONFIG_MIPS_GPR) += alchemy/ load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000 # boards can specify their own <gpio.h> in one of their include dirs. |