Skip to content

Commit

Permalink
MIPS: Alchemy: remove unused board headers
Browse files Browse the repository at this point in the history
The information in those headers is no longer necessary.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2876/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Dec 8, 2011
1 parent b67a1a0 commit 4d2216a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 139 deletions.
3 changes: 0 additions & 3 deletions arch/mips/alchemy/Platform
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,18 @@ platform-$(CONFIG_MIPS_ALCHEMY) += alchemy/common/
# AMD Alchemy Pb1100 eval board
#
platform-$(CONFIG_MIPS_PB1100) += alchemy/devboards/
cflags-$(CONFIG_MIPS_PB1100) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000

#
# AMD Alchemy Pb1500 eval board
#
platform-$(CONFIG_MIPS_PB1500) += alchemy/devboards/
cflags-$(CONFIG_MIPS_PB1500) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000

#
# AMD Alchemy Pb1550 eval board
#
platform-$(CONFIG_MIPS_PB1550) += alchemy/devboards/
cflags-$(CONFIG_MIPS_PB1550) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00
load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000

#
Expand Down
63 changes: 0 additions & 63 deletions arch/mips/include/asm/mach-db1x00/db1x00.h

This file was deleted.

73 changes: 0 additions & 73 deletions arch/mips/include/asm/mach-pb1x00/pb1550.h

This file was deleted.

0 comments on commit 4d2216a

Please sign in to comment.