diff options
author | Simon Glass <sjg@chromium.org> | 2017-03-28 10:27:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-05 13:55:06 -0400 |
commit | d891ab95c2086503f1bfca4c34af35cb64dfab1f (patch) | |
tree | c301dbc312999e95b302bfde9c03649e7fb8076c /include/common.h | |
parent | 727e94a4ac9662d2e9e7ae8b4136013d6cd0832b (diff) | |
download | u-boot-d891ab95c2086503f1bfca4c34af35cb64dfab1f.tar.gz |
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 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 75e70ae8ea..2e02709c66 100644 --- a/include/common.h +++ b/include/common.h @@ -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 */ |