diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-11-10 07:06:22 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 17:02:07 -0500 |
commit | f59c811f8c44e60a59783e3337594da638a48dff (patch) | |
tree | 673e070d8affa4703b3c6c686b4a93b366b68a4c /arch/mips/alchemy/Platform | |
parent | 6f7c8623db005889ee35a602e0c2564ea06cd3ff (diff) |
MIPS: Alchemy: one kernel for DB1000/DB1500/DB1100
These 3 boards are very similar; with this patch a single kernel image
which runs on all three can be built.
Tested on DB1500 and DB1100.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2872/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Platform')
-rw-r--r-- | arch/mips/alchemy/Platform | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/mips/alchemy/Platform b/arch/mips/alchemy/Platform index bbdcc150d04d..33f80e8cbd69 100644 --- a/arch/mips/alchemy/Platform +++ b/arch/mips/alchemy/Platform | |||
@@ -26,27 +26,13 @@ cflags-$(CONFIG_MIPS_PB1550) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 | |||
26 | load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 | 26 | load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 |
27 | 27 | ||
28 | # | 28 | # |
29 | # AMD Alchemy Db1000 eval board | 29 | # AMD Alchemy Db1000/Db1500/Db1100 eval boards |
30 | # | 30 | # |
31 | platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/ | 31 | platform-$(CONFIG_MIPS_DB1000) += alchemy/devboards/ |
32 | cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 | 32 | cflags-$(CONFIG_MIPS_DB1000) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 |
33 | load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000 | 33 | load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000 |
34 | 34 | ||
35 | # | 35 | # |
36 | # AMD Alchemy Db1100 eval board | ||
37 | # | ||
38 | platform-$(CONFIG_MIPS_DB1100) += alchemy/devboards/ | ||
39 | cflags-$(CONFIG_MIPS_DB1100) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 | ||
40 | load-$(CONFIG_MIPS_DB1100) += 0xffffffff80100000 | ||
41 | |||
42 | # | ||
43 | # AMD Alchemy Db1500 eval board | ||
44 | # | ||
45 | platform-$(CONFIG_MIPS_DB1500) += alchemy/devboards/ | ||
46 | cflags-$(CONFIG_MIPS_DB1500) += -I$(srctree)/arch/mips/include/asm/mach-db1x00 | ||
47 | load-$(CONFIG_MIPS_DB1500) += 0xffffffff80100000 | ||
48 | |||
49 | # | ||
50 | # AMD Alchemy Db1550 eval board | 36 | # AMD Alchemy Db1550 eval board |
51 | # | 37 | # |
52 | platform-$(CONFIG_MIPS_DB1550) += alchemy/devboards/ | 38 | platform-$(CONFIG_MIPS_DB1550) += alchemy/devboards/ |