From eb0d47e181d7ccf74069fef3c150b5743bb4d51b Mon Sep 17 00:00:00 2001 From: Timur Tabi Date: Thu, 28 Apr 2011 15:01:14 -0500 Subject: powerpc/86xx: remove empty board_early_init_f() Remove an empty board_early_init_f() from the MPC8641HPCN board. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- board/freescale/mpc8641hpcn/mpc8641hpcn.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'board/freescale/mpc8641hpcn') diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c index cd2ce4b..e3916fc 100644 --- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c +++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c @@ -34,11 +34,6 @@ phys_size_t fixed_sdram(void); -int board_early_init_f(void) -{ - return 0; -} - int checkboard(void) { u8 vboot; -- cgit v1.1