[U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes
Liew Tsi Chung
Tsi-chung.Liew at freescale.com
Tue Jul 8 22:43:40 CEST 2008
Ben,
>> -#if defined(CONFIG_FSLDMAFEC)
>> +#if defined(CONFIG_FSLDMAFEC) || #if defined(CONFIG_MCFFEC)
>> +/* Default initializations for MCFFEC controllers. To override,
>> + * create a board-specific function called:
>> + * int board_eth_init(bd_t *bis)
>> + */
>> +
>> extern int mcdmafec_initialize(bd_t *bis);
>> +extern int mcffec_initialize(bd_t*);
>>
>Does it work after you fix this up?
Yes.
Thanks.
Regards,
TsiChung
More information about the U-Boot
mailing list