On Aug 5, 2008, at 7:03 AM, Andy Fleming wrote:

> On Mon, Aug 4, 2008 at 9:02 PM, Becky Bruce  
> <[EMAIL PROTECTED]> wrote:
>> Currently, they use CONFIG_NUM_CPUS, which is different than
>> 85xx for no good reason.
>>
>
>
>> --- a/include/configs/MPC8610HPCD.h
>> +++ b/include/configs/MPC8610HPCD.h
>> @@ -17,7 +17,7 @@
>> #define CONFIG_MPC86xx         1       /* MPC86xx */
>> #define CONFIG_MPC8610         1       /* MPC8610 specific */
>> #define CONFIG_MPC8610HPCD     1       /* MPC8610HPCD board  
>> specific */
>> -#define CONFIG_NUM_CPUS                1       /* Number of CPUs  
>> in the system */
>> +#define CONFIG_NR_CPUS         2       /* Number of CPUs in the  
>> system */
>
>
> Are you sure you wanted to change the number, too?  I think this is
> used to support Cooperative Multi-processing?  If we want to do this,
> we should probably document it in the commit message.
>

Nope, that's a stupid cut and paste error :)

Will respin, thank!

-becky


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to