summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-04-18 17:20:22 +0200
committerWolfgang Denk <wd@denx.de>2007-04-18 17:20:22 +0200
commita8227b66fa9b38fcb54ea79fa76a9e6b37995459 (patch)
treeedf4e98264454667b27dfd19e2aaafb2aea296f6 /cpu
parent1d10b9e99d1b4a6a880d424ec791cde45cb04614 (diff)
parent3d98b85800c80dc68227c8f10bf5c93456d6d054 (diff)
downloadblackbird-obmc-uboot-a8227b66fa9b38fcb54ea79fa76a9e6b37995459.tar.gz
blackbird-obmc-uboot-a8227b66fa9b38fcb54ea79fa76a9e6b37995459.zip
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc86xx/cpu.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpu/mpc86xx/cpu.c b/cpu/mpc86xx/cpu.c
index 551b243076..84f5bef508 100644
--- a/cpu/mpc86xx/cpu.c
+++ b/cpu/mpc86xx/cpu.c
@@ -32,12 +32,6 @@
#include <ft_build.h>
#endif
-#ifdef CONFIG_MPC8641HPCN
-extern void mpc8641_reset_board(cmd_tbl_t *cmdtp, int flag,
- int argc, char *argv[]);
-#endif
-
-
int
checkcpu(void)
{
@@ -185,7 +179,7 @@ do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
#else /* CONFIG_MPC8641HPCN */
- mpc8641_reset_board(cmdtp, flag, argc, argv);
+ out8(PIXIS_BASE + PIXIS_RST, 0);
#endif /* !CONFIG_MPC8641HPCN */
OpenPOWER on IntegriCloud