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:
@@ -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
|
||||
|
Reference in New Issue
Block a user