mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
ipq807x: Late init now reads MAC address from ART
Change-Id: I1bb4ecdf0b73cc09af25985b3deb773b4c13db1b Signed-off-by: Saravanan Jaganathan <sjaganat@codeaurora.org>
This commit is contained in:
parent
4d87eb54cd
commit
95dee047a3
2 changed files with 1 additions and 1 deletions
|
|
@ -217,6 +217,7 @@ int board_late_init(void)
|
|||
setenv_addr("machid", (void *)machid);
|
||||
gd->bd->bi_arch_number = machid;
|
||||
}
|
||||
set_ethmac_addr();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -286,7 +286,6 @@ int board_eth_init(bd_t *bis)
|
|||
writel(7, tlmm_base + 0x20000);
|
||||
|
||||
ret = ipq807x_edma_init(NULL);
|
||||
set_ethmac_addr();
|
||||
|
||||
if (ret != 0)
|
||||
printf("%s: ipq807x_edma_init failed : %d\n", __func__, ret);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue