[U-Boot] [PATCH 08/13] update/fix AcTux2 board

Michael Schwingen rincewind at discworld.dascon.de
Wed Jan 26 10:34:33 CET 2011


Wolfgang Denk wrote:
>>  
>> +int board_early_init_f (void)
>> +{
>> +	/* CS1: IPAC-X */
>> +	*IXP425_EXP_CS1 = 0x94d10013;
>> +	/* CS5: Debug port */
>> +	*IXP425_EXP_CS5 = 0x9d520003;
>> +	/* CS6: HW release register */
>> +	*IXP425_EXP_CS6 = 0x81860001;
>> +	/* CS7: LEDs */
>> +	*IXP425_EXP_CS7 = 0x80900003;
>> +	return 0;
>>     
>
> Same comments as for AcTux1 apply to this patch, and to the other
> AcTux* patches as well.
>   
This is basically just existing code that is moved around, but I will 
change this globally.

cu
Michael



More information about the U-Boot mailing list