Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Mike Frysinger's avatar
    0107cf66
    nx823: get mac address from environment · 0107cf66
    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.
    
    For the nx823, the serial number is moved out of load_sernum_ethaddr() and
    into misc_init_r() as is the env setup.  This lets us kill off the former
    function in the process.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Ben Warren <biggerbadderben@gmail.com>
    0107cf66
    History
    nx823: 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.
    
    For the nx823, the serial number is moved out of load_sernum_ethaddr() and
    into misc_init_r() as is the env setup.  This lets us kill off the former
    function in the process.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Ben Warren <biggerbadderben@gmail.com>