diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-06-09 22:31:57 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 00:36:02 -0500 |
commit | ddde74a159caa6e18b481fec01d40b885aebb566 (patch) | |
tree | 4a5cf600de61c458aad99ed9518f7ddf097e21bf /include/configs/MPC8541CDS.h | |
parent | 81e56e9af0d43712db8efb843606a8d62eab454f (diff) | |
download | u-boot-imx-ddde74a159caa6e18b481fec01d40b885aebb566.zip u-boot-imx-ddde74a159caa6e18b481fec01d40b885aebb566.tar.gz u-boot-imx-ddde74a159caa6e18b481fec01d40b885aebb566.tar.bz2 |
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 'include/configs/MPC8541CDS.h')
-rw-r--r-- | include/configs/MPC8541CDS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 65a34cc..a64565d 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -73,8 +73,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_BTB /* toggle branch predition */ #define CONFIG_ADDR_STREAMING /* toggle addr streaming */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ - #define CFG_MEMTEST_START 0x00200000 /* memtest works on */ #define CFG_MEMTEST_END 0x00400000 |