diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-05-10 09:43:21 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-05-10 09:43:21 -0500 |
commit | 846c2d4a0e076083412604ce6f4145ec49ddb99f (patch) | |
tree | 8a7d735a99c653607437e58a1012d9ce5fb6d4df /board/mpc8641hpcn/mpc8641hpcn.c | |
parent | a67255363ae4c8a7c67a83e05de335cdb54b2045 (diff) | |
parent | 6cfea33477b04b63ed47386ed1629529484c33ba (diff) |
Merge branch 'mpc86xx'
Diffstat (limited to 'board/mpc8641hpcn/mpc8641hpcn.c')
-rw-r--r-- | board/mpc8641hpcn/mpc8641hpcn.c | 11 |
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 */ -} - |