aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 10:27:27 -0600
committerTom Rini <trini@konsulko.com>2017-04-05 13:55:06 -0400
commitd891ab95c2086503f1bfca4c34af35cb64dfab1f (patch)
treec301dbc312999e95b302bfde9c03649e7fb8076c /arch/powerpc/include
parent727e94a4ac9662d2e9e7ae8b4136013d6cd0832b (diff)
downloadu-boot-d891ab95c2086503f1bfca4c34af35cb64dfab1f.zip
u-boot-d891ab95c2086503f1bfca4c34af35cb64dfab1f.tar.gz
u-boot-d891ab95c2086503f1bfca4c34af35cb64dfab1f.tar.bz2
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 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 81bae6f..c032726 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -1354,6 +1354,8 @@ void ll_puts(const char *);
/* In misc.c */
void _nmask_and_or_msr(unsigned long nmask, unsigned long or_val);
+int prt_83xx_rsr(void);
+
#endif /* ndef ASSEMBLY*/
#ifdef CONFIG_MACH_SPECIFIC