mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
The number of CPUs are getting detected dynamically by checking the processor SVR value. Also removed CONFIG_NUM_CPUS references from all the platforms with 85xx/86xx processors. This can help to use the same u-boot image across the platforms. Also revamped and corrected few Freescale Copyright messages. Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
18bacc2027
commit
0e870980a6
22 changed files with 127 additions and 75 deletions
|
@ -441,6 +441,8 @@ void ppcDWstore(unsigned int *addr, unsigned int *value);
|
|||
#endif
|
||||
|
||||
/* $(CPU)/cpu.c */
|
||||
int cpu_numcores (void);
|
||||
int probecpu (void);
|
||||
int checkcpu (void);
|
||||
int checkicache (void);
|
||||
int checkdcache (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue