projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10eb075
)
software/bios: call eth_mode only if we have an ethernet mac (we don't need to call...
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Sat, 4 Jul 2015 19:04:23 +0000
(21:04 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Sat, 4 Jul 2015 19:04:23 +0000
(21:04 +0200)
software/bios/main.c
patch
|
blob
|
history
diff --git
a/software/bios/main.c
b/software/bios/main.c
index 104c7f3553e2928d322670b7b89b6b1aa38b0411..938ebe3e95d85d478b756ff894a9ce6c8384ac11 100644
(file)
--- a/
software/bios/main.c
+++ b/
software/bios/main.c
@@
-508,10
+508,10
@@
static void boot_sequence(void)
flashboot();
#endif
serialboot();
+#ifdef CSR_ETHMAC_BASE
#ifdef CSR_ETHPHY_MODE_DETECTION_MODE_ADDR
eth_mode();
#endif
-#ifdef CSR_ETHMAC_BASE
netboot();
#endif
printf("No boot medium found\n");