Skip to content

Commit

Permalink
ppc: Remove PCIPPC2 and PCIPPC6 boards
Browse files Browse the repository at this point in the history
These boards seem to be unmaintained for quite some time. So lets
remove support for them completely. This also cleans up some
common drivers/files.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Guillaume Alexandre <guillaume.alexandre@gespac.ch>
Acked-by: Wolfgang Denk <wd@denx.de>
  • Loading branch information
stroese authored and trini committed Mar 11, 2013
1 parent efd7c11 commit 7c9e89b
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 3,046 deletions.
3 changes: 0 additions & 3 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ Wolfgang Denk <wd@denx.de>

P3G4 MPC7410

PCIPPC2 MPC750
PCIPPC6 MPC750

Phil Edworthy <phil.edworthy@renesas.com>

rsk7264 SH7264
Expand Down
7 changes: 3 additions & 4 deletions arch/powerpc/cpu/74xx_7xx/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ soft_restart(unsigned long addr)
}


#if !defined(CONFIG_PCIPPC2) && \
!defined(CONFIG_BAB7xx) && \
#if !defined(CONFIG_BAB7xx) && \
!defined(CONFIG_ELPPC) && \
!defined(CONFIG_PPMC7XX)
/* no generic way to do board reset. simply call soft_reset. */
Expand Down Expand Up @@ -288,13 +287,13 @@ unsigned long get_tbclk(void)
/* ------------------------------------------------------------------------- */

#if defined(CONFIG_WATCHDOG)
#if !defined(CONFIG_PCIPPC2) && !defined(CONFIG_BAB7xx)
#if !defined(CONFIG_BAB7xx)
void
watchdog_reset(void)
{

}
#endif /* !CONFIG_PCIPPC2 && !CONFIG_BAB7xx */
#endif /* !CONFIG_BAB7xx */
#endif /* CONFIG_WATCHDOG */

/* ------------------------------------------------------------------------- */
Expand Down
47 changes: 0 additions & 47 deletions board/pcippc2/Makefile

This file was deleted.

96 changes: 0 additions & 96 deletions board/pcippc2/cpc710.h

This file was deleted.

Loading

0 comments on commit 7c9e89b

Please sign in to comment.