mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00: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:
parent
727e94a4ac
commit
d891ab95c2
5 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue