software/bios/commands: rename cmd_mdio to cmd_liteeth.

This commit is contained in:
Florent Kermarrec 2020-05-18 22:16:20 +02:00
parent ff8d9e61bf
commit 573a881529
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ OBJECTS = isr.o \
cmd_bios.o \
cmd_boot.o \
cmd_dram.o \
cmd_mdio.o \
cmd_liteeth.o \
cmd_mem.o \
cmd_sdcard.o \
cmd_spi_flash.o \