summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 16:27:27 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 17:55:06 (GMT)
commitd891ab95c2086503f1bfca4c34af35cb64dfab1f (patch)
treec301dbc312999e95b302bfde9c03649e7fb8076c /include/common.h
parent727e94a4ac9662d2e9e7ae8b4136013d6cd0832b (diff)
downloadu-boot-fsl-qoriq-d891ab95c2086503f1bfca4c34af35cb64dfab1f.tar.xz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index 75e70ae..2e02709 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 */