
22 Oct
2009
22 Oct
'09
5:04 p.m.
Proper behavior is to pull MAC address from NVRAM in the initialization() an stuff it in dev->address, then program the device from dev->address in the init() function.
Signed-off-by: Ben Warren biggerbadderben@gmail.com
Ben I tested and here is the result.
1) dhcp still does not work 2) I have to set a static ipaddr for the bootcmd to work
Your patch solved the issue where issuing the bootcmd "tftp; bootm" would complain about ethaddr not being set.
But i do notice that ethaddr does not get saved in the environment.