Merge pull request #199 from ambrop72/no-ethmac-fix
bios: Fix build when ethphy is present but ethmac is not.
This commit is contained in:
commit
113f7f408e
|
@ -433,7 +433,7 @@ int main(int i, char **c)
|
|||
printf("\n");
|
||||
|
||||
printf("--========= \e[1mPeripherals init\e[0m ===========--\n");
|
||||
#ifdef CSR_ETHPHY_CRG_RESET_ADDR
|
||||
#ifdef CSR_ETHMAC_BASE
|
||||
eth_init();
|
||||
#endif
|
||||
#ifdef CSR_SDRAM_BASE
|
||||
|
|
Loading…
Reference in New Issue