diff options
author | Simon Glass | 2017-03-28 10:27:27 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-05 13:55:06 -0400 |
commit | d891ab95c2086503f1bfca4c34af35cb64dfab1f (patch) | |
tree | c301dbc312999e95b302bfde9c03649e7fb8076c /common | |
parent | 727e94a4ac9662d2e9e7ae8b4136013d6cd0832b (diff) |
board_f: powerpc: Move prt_83xx_rsr() to private code
This function is called just before checkcpu() on MPX83xx. Move it to the
code for that arch.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/board_f.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/board_f.c b/common/board_f.c index b53f1b663aa..6995f741a64 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -849,9 +849,6 @@ static const init_fnc_t init_sequence_f[] = { prt_8260_rsr, prt_8260_clks, #endif /* CONFIG_MPC8260 */ -#if defined(CONFIG_MPC83xx) - prt_83xx_rsr, -#endif #if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_SH) checkcpu, #endif |