Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Mike Frysinger's avatar
    f11e6ff5
    arm: get mac address from environment · f11e6ff5
    Mike Frysinger authored
    
    The environment is the canonical storage location of the mac address, so
    we're killing off the global data location and moving everything to
    querying the env directly.
    
    Some warts are remaining and should be killed off (by moving the func to
    the appropriate board init code):
    	- davinci_eth_set_mac_addr
    	- cs8900_get_enetaddr
    	- smc_set_mac_addr
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Ben Warren <biggerbadderben@gmail.com>
    f11e6ff5
    History
    arm: get mac address from environment
    Mike Frysinger authored
    
    The environment is the canonical storage location of the mac address, so
    we're killing off the global data location and moving everything to
    querying the env directly.
    
    Some warts are remaining and should be killed off (by moving the func to
    the appropriate board init code):
    	- davinci_eth_set_mac_addr
    	- cs8900_get_enetaddr
    	- smc_set_mac_addr
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Ben Warren <biggerbadderben@gmail.com>