diff options
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 | ||||
-rw-r--r-- | arch/mips/Makefile | 7 | ||||
-rw-r--r-- | arch/mips/powertv/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/powertv/Platform | 7 |
4 files changed, 9 insertions, 8 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index ad35f7bb8cd0..31bba5b095de 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -9,6 +9,7 @@ platforms += loongson | |||
9 | platforms += mipssim | 9 | platforms += mipssim |
10 | platforms += mti-malta | 10 | platforms += mti-malta |
11 | platforms += pmc-sierra | 11 | platforms += pmc-sierra |
12 | platforms += powertv | ||
12 | platforms += rb532 | 13 | platforms += rb532 |
13 | platforms += sgi-ip22 | 14 | platforms += sgi-ip22 |
14 | platforms += sgi-ip27 | 15 | platforms += sgi-ip27 |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ff681502f6df..c983a8777b06 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -237,13 +237,6 @@ core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ | |||
237 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | 237 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 |
238 | 238 | ||
239 | # | 239 | # |
240 | # Cisco PowerTV Platform | ||
241 | # | ||
242 | core-$(CONFIG_POWERTV) += arch/mips/powertv/ | ||
243 | cflags-$(CONFIG_POWERTV) += -I$(srctree)/arch/mips/include/asm/mach-powertv | ||
244 | load-$(CONFIG_POWERTV) += 0xffffffff90800000 | ||
245 | |||
246 | # | ||
247 | # Sibyte SB1250/BCM1480 SOC | 240 | # Sibyte SB1250/BCM1480 SOC |
248 | # | 241 | # |
249 | # This is a LIB so that it links at the end, and initcalls are later | 242 | # This is a LIB so that it links at the end, and initcalls are later |
diff --git a/arch/mips/powertv/Makefile b/arch/mips/powertv/Makefile index e9fe1c6efe16..506c4ca9d44a 100644 --- a/arch/mips/powertv/Makefile +++ b/arch/mips/powertv/Makefile | |||
@@ -26,4 +26,4 @@ | |||
26 | obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ | 26 | obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \ |
27 | asic/ pci/ | 27 | asic/ pci/ |
28 | 28 | ||
29 | EXTRA_CFLAGS += -Wall -Werror | 29 | EXTRA_CFLAGS += -Wall |
diff --git a/arch/mips/powertv/Platform b/arch/mips/powertv/Platform new file mode 100644 index 000000000000..4eb5af1d8eea --- /dev/null +++ b/arch/mips/powertv/Platform | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Cisco PowerTV Platform | ||
3 | # | ||
4 | platform-$(CONFIG_POWERTV) += powertv/ | ||
5 | cflags-$(CONFIG_POWERTV) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-powertv | ||
7 | load-$(CONFIG_POWERTV) += 0xffffffff90800000 | ||