[U-Boot-Users] [PATCH 0/2] Coldfire Ethernet initialization changes
Ben Warren
biggerbadderben at gmail.com
Tue Jul 8 23:00:56 CEST 2008
Liew Tsi Chung wrote:
> 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.
>
Great! Thanks for checking it out. I'll update the repo tonight.
regards,
Ben
More information about the U-Boot
mailing list