Skip to content
  • Mike Frysinger's avatar
    boards: move board_get_enetaddr() into board-specific init · d8d21e69
    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.
    
    Rather than have the common ppc code have board-specific hooks, move the
    board_get_enetaddr() function into the board-specific init functions.
    
    Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
    CC: Ben Warren <biggerbadderben@gmail.com>
    d8d21e69