[U-Boot] [PATCH] net: designware: fix driver name

Joe Hershberger joe.hershberger at gmail.com
Tue Jun 30 17:30:45 CEST 2015


Hi Masahiro-san,

On Tue, Jun 30, 2015 at 12:20 AM, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Joe,
>
> Ping.
>
> 2015-05-27 14:57 GMT+09:00 Masahiro Yamada <yamada.masahiro at socionext.com>:
>> It is working, but not nice...
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
>> ---
>>
>>  drivers/net/designware.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/net/designware.c b/drivers/net/designware.c
>> index ae51cf3..bfce218 100644
>> --- a/drivers/net/designware.c
>> +++ b/drivers/net/designware.c
>> @@ -605,7 +605,7 @@ static const struct udevice_id designware_eth_ids[] = {
>>         { }
>>  };
>>
>> -U_BOOT_DRIVER(eth_sandbox) = {
>> +U_BOOT_DRIVER(eth_designware) = {
>>         .name   = "eth_designware",
>>         .id     = UCLASS_ETH,
>>         .of_match = designware_eth_ids,
>> --

Acked-by: Joe Hershberger <joe.hershberger at ni.com>

I'll pull this into u-boot-net/next, thanks!

-Joe


More information about the U-Boot mailing list