[U-Boot] [PATCH v4 11/12] SPEAr : Support added for SPEAr310 board

Tom Tom.Rix at windriver.com
Thu Jan 14 16:55:03 CET 2010


Vipin KUMAR wrote:
> Hello Tom,
> 
>> <snip>
>>
>> +#include <asm/arch/spr_defs.h>
>> +#include <asm/arch/spr_misc.h>
>> +#include <asm/arch/spr_nand.h>
>> +
>> +int board_init(void)
>> +{
>> +    return spear_board_init(MACH_TYPE_SPEAR300);
>> Does this need a new mach type ?
>> I see there isn't a SPEAR310 define in mach-types.
> 
> Actually, spear310 and spear320 are variants of a base version spear300
> This is why we are using a single mach type
> 

Ok.
Then the 310 and 320 board *.c files can be combined into 300 board files
These look like they are copies of the 300 file.
Tom

> Regards
> Vipin



More information about the U-Boot mailing list