diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-06-10 03:31:57 (GMT) |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 05:36:02 (GMT) |
commit | ddde74a159caa6e18b481fec01d40b885aebb566 (patch) | |
tree | 4a5cf600de61c458aad99ed9518f7ddf097e21bf /board/freescale/mpc8548cds | |
parent | 81e56e9af0d43712db8efb843606a8d62eab454f (diff) | |
download | u-boot-fsl-qoriq-ddde74a159caa6e18b481fec01d40b885aebb566.tar.xz |
85xx: remove dummy board_early_init_f
A number of board ports have empty version of board_early_init_f
for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8548cds')
-rw-r--r-- | board/freescale/mpc8548cds/mpc8548cds.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/freescale/mpc8548cds/mpc8548cds.c b/board/freescale/mpc8548cds/mpc8548cds.c index 0b20ba2..ad29734 100644 --- a/board/freescale/mpc8548cds/mpc8548cds.c +++ b/board/freescale/mpc8548cds/mpc8548cds.c @@ -45,11 +45,6 @@ DECLARE_GLOBAL_DATA_PTR; void local_bus_init(void); void sdram_init(void); -int board_early_init_f (void) -{ - return 0; -} - int checkboard (void) { volatile ccsr_gur_t *gur = (void *)(CFG_MPC85xx_GUTS_ADDR); |