mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Kumar Gala
parent
18bacc2027
commit
0e870980a6
@@ -8,13 +8,9 @@
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
#ifndef CONFIG_NUM_CPUS
|
||||
#define CONFIG_NUM_CPUS 1
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
unsigned long freqProcessor[CONFIG_NUM_CPUS];
|
||||
unsigned long freqProcessor[CONFIG_MAX_CPUS];
|
||||
unsigned long freqSystemBus;
|
||||
unsigned long freqDDRBus;
|
||||
unsigned long freqLocalBus;
|
||||
|
Reference in New Issue
Block a user