[U-Boot] [PATCH 1/2]Refactored common cpu specific code for 85xx/86xx into one file.

Kumar Gala galak at kernel.crashing.org
Thu Jul 30 23:13:32 CEST 2009


On Jul 30, 2009, at 1:32 PM, Wolfgang Denk wrote:

>> +	CPU_TYPE_ENTRY(8569, 8569),
>> +	CPU_TYPE_ENTRY(8569, 8569_E),
>> +	CPU_TYPE_ENTRY(8572, 8572),
>> +	CPU_TYPE_ENTRY(8572, 8572_E),
>> +	CPU_TYPE_ENTRY(P2020, P2020),
>> +	CPU_TYPE_ENTRY(P2020, P2020_E),
>> +#elif defined(CONFIG_MPC86xx)
>> +	CPU_TYPE_ENTRY(8610, 8610),
>> +	CPU_TYPE_ENTRY(8641, 8641),
>> +	CPU_TYPE_ENTRY(8641D, 8641D),
>> +#endif
>
> Please sort the Pxxxx entries after the 8xxxx ones.

Pxxxx are really 85xx class parts (we use the cpu/mpc85xx) directory  
for them.  We can swap 86xx and (85xx/Pxxxx) if we want the Pxxxx's at  
the end.

- k


More information about the U-Boot mailing list