Ben Warren wrote:
> Hi Stefano,
Hi Ben,
> Your driver shouldn't touch the environment (i.e. no getenv/setenv
> calls). Just save the value from ROM into edev->enetaddr, like this:
> if (fec_get_hwaddr(edev, ethaddr) == 0)
>memcpy(edev->enetaddr, ethaddr, 6);
>
> The core net code will take
Hi Stefano,
Sorry for taking so long to provide feedback here. My requests should
be pretty quick :)
Stefano Babic wrote:
> The patch add support for the Freescale mx51 processor
> to the FEC ethernet driver.
>
> Signed-off-by: Stefano Babic
> ---
> drivers/net/fec_mxc.c | 68 ++
The patch add support for the Freescale mx51 processor
to the FEC ethernet driver.
Signed-off-by: Stefano Babic
---
drivers/net/fec_mxc.c | 68 +---
1 files changed, 30 insertions(+), 38 deletions(-)
diff --git a/drivers/net/fec_mxc.c b/drivers/net/
3 matches
Mail list logo