mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
MIPS: MSP71xx: Move code.
Now that Yosemite's gone we can move the MSP71xx code one level up. Shane McDonald <mcdonald.shane@gmail.com>'s https://patchwork.linux-mips.org/patch/4736/ has been folded into this patch. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
7034228792
commit
0f3a05cb43
@ -18,7 +18,7 @@ platforms += loongson1
|
||||
platforms += mti-malta
|
||||
platforms += mti-sead3
|
||||
platforms += netlogic
|
||||
platforms += pmc-sierra
|
||||
platforms += pmcs-msp71xx
|
||||
platforms += pnx833x
|
||||
platforms += powertv
|
||||
platforms += rb532
|
||||
|
@ -835,7 +835,7 @@ source "arch/mips/jazz/Kconfig"
|
||||
source "arch/mips/jz4740/Kconfig"
|
||||
source "arch/mips/lantiq/Kconfig"
|
||||
source "arch/mips/lasat/Kconfig"
|
||||
source "arch/mips/pmc-sierra/Kconfig"
|
||||
source "arch/mips/pmcs-msp71xx/Kconfig"
|
||||
source "arch/mips/powertv/Kconfig"
|
||||
source "arch/mips/sgi-ip27/Kconfig"
|
||||
source "arch/mips/sibyte/Kconfig"
|
||||
|
@ -1,7 +0,0 @@
|
||||
#
|
||||
# PMC-Sierra MSP SOCs
|
||||
#
|
||||
platform-$(CONFIG_PMC_MSP) += pmc-sierra/msp71xx/
|
||||
cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/pmc-sierra/msp71xx \
|
||||
-mno-branch-likely
|
||||
load-$(CONFIG_PMC_MSP) += 0xffffffff80100000
|
7
arch/mips/pmcs-msp71xx/Platform
Normal file
7
arch/mips/pmcs-msp71xx/Platform
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# PMC-Sierra MSP SOCs
|
||||
#
|
||||
platform-$(CONFIG_PMC_MSP) += pmcs-msp71xx/
|
||||
cflags-$(CONFIG_PMC_MSP) += -I$(srctree)/arch/mips/include/asm/mach-pmcs-msp71xx \
|
||||
-mno-branch-likely
|
||||
load-$(CONFIG_PMC_MSP) += 0xffffffff80100000
|
Loading…
Reference in New Issue
Block a user