diff options
| author | Timur Tabi <[email protected]> | 2011-04-28 15:01:14 -0500 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-04-28 22:08:16 -0500 |
| commit | eb0d47e181d7ccf74069fef3c150b5743bb4d51b (patch) | |
| tree | 836308c624d8c32d17cb4d5de510173f705f09e6 /board | |
| parent | ae425c1ecaff40111720f2f81817d8939c2c7395 (diff) | |
powerpc/86xx: remove empty board_early_init_f()
Remove an empty board_early_init_f() from the MPC8641HPCN board.
Signed-off-by: Timur Tabi <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/freescale/mpc8641hpcn/mpc8641hpcn.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c index cd2ce4b75ae..e3916fc8e43 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; |
