diff options
| author | Timur Tabi <[email protected]> | 2011-04-28 15:01:29 -0500 |
|---|---|---|
| committer | Kim Phillips <[email protected]> | 2011-07-06 19:09:28 -0500 |
| commit | f5f30dea2a133e5393eef306c43eb173ff0e9fc2 (patch) | |
| tree | bd411e1d851019acd50a0131ba658702edb26f57 /include | |
| parent | 7fb3e7a2d64b902e423c9e5a3aedc1f4179ac27d (diff) | |
powerpc/83xx: remove empty board_early_init_f()
Remove an empty board_early_init_f() from the MPC8323ERD and MPC360ERDK boards.
Signed-off-by: Timur Tabi <[email protected]>
Signed-off-by: Kim Phillips <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MPC8323ERDB.h | 2 | ||||
| -rw-r--r-- | include/configs/MPC8360ERDK.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index e25d5acc136..4d4c758eb29 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -59,8 +59,6 @@ */ #define CONFIG_SYS_SICRL 0x00000000 -#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ - /* * IMMR new address */ diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index a4f42cf22dd..851872ae3cf 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -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 /* |
