summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-23 13:31:22 -0700
committerTom Rini <trini@konsulko.com>2017-01-25 17:38:41 -0500
commitcbcbf71bf238abd6daf13116b9a209c8fc98ae64 (patch)
tree693a11758b7eea2d9c1f47962caf5c74bd4df870 /common
parent4585601ae2147730fcf342ed9b57a2c684503490 (diff)
powerpc: Drop probecpu() in favour of arch_cpu_init()
To avoid an unnecessary arch-specific call in board_init_f(), rename this function. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/board_f.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/board_f.c b/common/board_f.c
index cc8aee74f0..5e2b8d14d4 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -858,10 +858,6 @@ static init_fnc_t init_sequence_f[] = {
#endif
initf_malloc,
initf_console_record,
-#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx)
- /* TODO: can this go into arch_cpu_init()? */
- probecpu,
-#endif
#if defined(CONFIG_X86) && defined(CONFIG_HAVE_FSP)
x86_fsp_init,
#endif