1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00

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>
This commit is contained in:
Simon Glass
2017-03-28 10:27:27 -06:00
committed by Tom Rini
parent 727e94a4ac
commit d891ab95c2
5 changed files with 8 additions and 5 deletions

View File

@@ -712,8 +712,6 @@ ulong cpu_init_f(void);
int cpu_init_r (void);
#if defined(CONFIG_MPC8260)
int prt_8260_rsr (void);
#elif defined(CONFIG_MPC83xx)
int prt_83xx_rsr (void);
#endif
/* $(CPU)/interrupts.c */