diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 16:03:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 16:03:40 -0400 |
commit | e6bf0bf374101efc802a55beadc08eae97b75580 (patch) | |
tree | af1507a3fe2b88803d2e18b64687ac808f5c3e89 /arch/mips/Makefile | |
parent | 9b5a4a676a4d6126664c3df5a11f6fe87da63133 (diff) | |
parent | 8db0201026fbb45c383176f539dc8af2a6871ab8 (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Fix wreckage after removal of tickadj; convert to GENERIC_TIME.
[MIPS] DECstation defconfig update
[MIPS] Fix size of zones_size and zholes_size array
[MIPS] BCM1480: Mask pending interrupts against c0_status.im.
[MIPS] SB1250: Interrupt handler fixes
[MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.
[MIPS] Remove Atlas and SEAD from feature-removal-schedule.
[MIPS] Remove Jaguar and Ocelot family from feature list.
[MIPS] BCM1250: TRDY timeout tweaks for Broadcom SiByte systems
[MIPS] Remove dead DECstation boot code
[MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundary
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index e521826b4234..2124350ab94d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -287,19 +287,6 @@ cflags-$(CONFIG_WR_PPMC) += -Iinclude/asm-mips/mach-wrppmc | |||
287 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | 287 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 |
288 | 288 | ||
289 | # | 289 | # |
290 | # Globespan IVR eval board with QED 5231 CPU | ||
291 | # | ||
292 | core-$(CONFIG_ITE_BOARD_GEN) += arch/mips/ite-boards/generic/ | ||
293 | core-$(CONFIG_MIPS_IVR) += arch/mips/ite-boards/ivr/ | ||
294 | load-$(CONFIG_MIPS_IVR) += 0xffffffff80100000 | ||
295 | |||
296 | # | ||
297 | # ITE 8172 eval board with QED 5231 CPU | ||
298 | # | ||
299 | core-$(CONFIG_MIPS_ITE8172) += arch/mips/ite-boards/qed-4n-s01b/ | ||
300 | load-$(CONFIG_MIPS_ITE8172) += 0xffffffff80100000 | ||
301 | |||
302 | # | ||
303 | # For all MIPS, Inc. eval boards | 290 | # For all MIPS, Inc. eval boards |
304 | # | 291 | # |
305 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ | 292 | core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ |