]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc/83xx: remove empty board_early_init_f()
authorTimur Tabi <timur@freescale.com>
Thu, 28 Apr 2011 20:01:29 +0000 (15:01 -0500)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 7 Jul 2011 00:09:28 +0000 (19:09 -0500)
Remove an empty board_early_init_f() from the MPC8323ERD and MPC360ERDK boards.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/freescale/mpc8323erdb/mpc8323erdb.c
board/freescale/mpc8360erdk/mpc8360erdk.c
include/configs/MPC8323ERDB.h
include/configs/MPC8360ERDK.h

index 7a0ff184fc7e4e05ebb5d8126e4128a17d70f82d..f29b2f4f4f67cf51de7775eca8108f9b74aaa0e3 100644 (file)
@@ -66,11 +66,6 @@ const qe_iop_conf_t qe_iop_conf_tab[] = {
        {0,  0, 0, 0, QE_IOP_TAB_END}, /* END of table */
 };
 
-int board_early_init_f(void)
-{
-       return 0;
-}
-
 int fixed_sdram(void);
 
 phys_size_t initdram(int board_type)
index 2baa11ab6d03ffdcbb03ca1666cba071c838fb2e..99c0fbb9dd6bef24e4cfdf8b92814372fc615a30 100644 (file)
@@ -207,11 +207,6 @@ const qe_iop_conf_t qe_iop_conf_tab[] = {
        {0,  0, 0, 0, QE_IOP_TAB_END},
 };
 
-int board_early_init_f(void)
-{
-       return 0;
-}
-
 int board_early_init_r(void)
 {
        void *reg = (void *)(CONFIG_SYS_IMMR + 0x14a8);
index e25d5acc13641907f03ec372f678470ccfc68ee7..4d4c758eb294886fa5677fa43f6be9dedea7cbb6 100644 (file)
@@ -59,8 +59,6 @@
  */
 #define CONFIG_SYS_SICRL               0x00000000
 
-#define CONFIG_BOARD_EARLY_INIT_F      /* call board_pre_init */
-
 /*
  * IMMR new address
  */
index a4f42cf22dd8cc1b95fc9a93e4a3a6403ad3d525..851872ae3cfd0b538ce1762b550343537fae7e51 100644 (file)
@@ -72,7 +72,6 @@
 #define CONFIG_SYS_SICRH               0x00000000
 #define CONFIG_SYS_SICRL               0x40000000
 
-#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */
 #define CONFIG_BOARD_EARLY_INIT_R
 
 /*