summaryrefslogtreecommitdiffstats
path: root/board/mpc8641hpcn
diff options
context:
space:
mode:
authorHaiying Wang <Haiying.Wang@freescale.com>2006-05-10 09:38:06 -0500
committerJon Loeliger <jdl@freescale.com>2006-05-10 09:38:06 -0500
commit6cfea33477b04b63ed47386ed1629529484c33ba (patch)
treea723b6fcfbe2e7ae6b41e97ca8e5106db3b1c184 /board/mpc8641hpcn
parentd4dd317b58c126a2a7e73f4764ecc1a7c97f876c (diff)
downloadblackbird-obmc-uboot-6cfea33477b04b63ed47386ed1629529484c33ba.tar.gz
blackbird-obmc-uboot-6cfea33477b04b63ed47386ed1629529484c33ba.zip
Remove unneeded INIT_RAM_LOCK cache twiddling.
Correctly tracks r29 as global data pointer now. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Diffstat (limited to 'board/mpc8641hpcn')
-rw-r--r--board/mpc8641hpcn/mpc8641hpcn.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/mpc8641hpcn/mpc8641hpcn.c b/board/mpc8641hpcn/mpc8641hpcn.c
index ace6d47fde..d02a7eff3c 100644
--- a/board/mpc8641hpcn/mpc8641hpcn.c
+++ b/board/mpc8641hpcn/mpc8641hpcn.c
@@ -291,16 +291,5 @@ ft_board_setup(void *blob, bd_t *bd)
}
#endif
-void
-after_reloc(ulong dest_addr)
-{
- DECLARE_GLOBAL_DATA_PTR;
-
- /* now, jump to the main U-Boot board init code */
- board_init_r ((gd_t *)gd, dest_addr);
-
- /* NOTREACHED */
-}
-
OpenPOWER on IntegriCloud