summaryrefslogtreecommitdiff
path: root/cpu/74xx_7xx/cpu.c
diff options
context:
space:
mode:
authorHeiko Schocher <hs@pollux.denx.de>2006-06-19 11:02:41 +0200
committerHeiko Schocher <hs@pollux.denx.de>2006-06-19 11:02:41 +0200
commitf5e0d03970409feb3c77ab0107d5dece6b7d45c9 (patch)
treef266977a3c4ca8640df1f44513bf11c637aab9d3 /cpu/74xx_7xx/cpu.c
parent8d352247ecf3638cdd1ef7df31a6ad700bb80574 (diff)
Add support for wrPPMC7xx/74xx boards
Patch from Richard Danter, 12 Aug 2005
Diffstat (limited to 'cpu/74xx_7xx/cpu.c')
-rw-r--r--cpu/74xx_7xx/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/74xx_7xx/cpu.c b/cpu/74xx_7xx/cpu.c
index 706c880db..ca45e17ed 100644
--- a/cpu/74xx_7xx/cpu.c
+++ b/cpu/74xx_7xx/cpu.c
@@ -215,7 +215,8 @@ soft_restart(unsigned long addr)
#if !defined(CONFIG_PCIPPC2) && \
!defined(CONFIG_BAB7xx) && \
- !defined(CONFIG_ELPPC)
+ !defined(CONFIG_ELPPC) && \
+ !defined(CONFIG_PPMC7XX)
/* no generic way to do board reset. simply call soft_reset. */
void
do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])