Patch by Steven Scholz, 25 Oct 2004:

Declare reset_cpu() in include/common.h instead locally
This commit is contained in:
wdenk 2005-04-03 17:23:39 +00:00
parent 756f586a73
commit 3ec924a3cb
26 changed files with 4 additions and 43 deletions

View file

@ -383,6 +383,7 @@ int checkicache (void);
int checkdcache (void);
void upmconfig (unsigned int, unsigned int *, unsigned int);
ulong get_tbclk (void);
void reset_cpu (ulong addr);
/* $(CPU)/serial.c */
int serial_init (void);