On Wed, Oct 7, 2015 at 11:45 PM, Bin Meng <[email protected]> wrote: > platdata->enetaddr was assigned to a value in dev_probe() last time. > If we don't clear it, for dev_probe() at the second time, dm eth > will end up treating it as a MAC address from ROM no matter where it > came from originally (maybe env, ROM, or even random). Fix this by > clearing platdata->enetaddr when removing an Ethernet device. > > Signed-off-by: Bin Meng <[email protected]>
Applied to u-boot-net/master, thanks! -Joe _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

