diff options
author | Poonam Aggrwal | 2009-07-31 12:08:14 +0530 |
---|---|---|
committer | Kumar Gala | 2009-08-28 17:12:38 -0500 |
commit | 0e870980a64584a591af775bb9c9fe9450124df9 (patch) | |
tree | 627bfb5272eb2508ff8ed9027e00d86897af7fee /include/e500.h | |
parent | 18bacc2027f8531d8dec15ba8da3242dfb4e63f3 (diff) |
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>
Diffstat (limited to 'include/e500.h')
-rw-r--r-- | include/e500.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/e500.h b/include/e500.h index 84b580de1f4..f8c82661a2d 100644 --- a/include/e500.h +++ b/include/e500.h @@ -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; |