[U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices
Joe Hershberger
joe.hershberger at gmail.com
Mon May 13 23:31:53 CEST 2013
On Sun, May 12, 2013 at 6:33 AM, Andreas Bießmann
<andreas.devel at googlemail.com> wrote:
> Dear Bo Shen,
>
>
> On 12.03.2013 07:15, Bo Shen wrote:
>>
>> Add macb support for sama5d3x devices
>>
>> Signed-off-by: Bo Shen <voice.shen at atmel.com>
>> ---
>> change in v2:
>> No change
>> ---
>> drivers/net/macb.c | 6 ++++--
>> 1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/net/macb.c b/drivers/net/macb.c
>> index 8bacbda..9e7fbc6 100644
>> --- a/drivers/net/macb.c
>> +++ b/drivers/net/macb.c
>> @@ -469,7 +469,8 @@ static int macb_init(struct eth_device *netdev, bd_t
>> *bd)
>> #if defined(CONFIG_AT91CAP9) || defined(CONFIG_AT91SAM9260) || \
>> defined(CONFIG_AT91SAM9263) || defined(CONFIG_AT91SAM9G20) || \
>> defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45) || \
>> - defined(CONFIG_AT91SAM9XE) || defined(CONFIG_AT91SAM9X5)
>> + defined(CONFIG_AT91SAM9XE) || defined(CONFIG_AT91SAM9X5) || \
>> + defined(CONFIG_SAMA5D3)
>
>
> I would like to apply http://patchwork.ozlabs.org/patch/239064/ instead of
> this one.
> Joe, do you have any objections?
Agreed.
-Joe
More information about the U-Boot
mailing list