mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
OMAP3: twister : get MAC address from EEPROM
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
@@ -100,8 +100,18 @@ int board_init(void)
|
||||
|
||||
int misc_init_r(void)
|
||||
{
|
||||
char *eth_addr;
|
||||
|
||||
dieid_num_r();
|
||||
|
||||
eth_addr = getenv("ethaddr");
|
||||
if (eth_addr)
|
||||
return 0;
|
||||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
TAM3517_READ_MAC_FROM_EEPROM;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user