From: Claudiu Beznea Date: Tue, 9 Jun 2020 10:49:12 +0000 (+0300) Subject: configs: sama7g5ek: enable mii command X-Git-Tag: v2021.04-rc1~41^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02dae80ee49ab0fd8d524b9c7a768476fcdfe1b5;p=pandora-u-boot.git configs: sama7g5ek: enable mii command Enable mii command as ethernet's PHY specific programming is based on it. Signed-off-by: Claudiu Beznea --- diff --git a/configs/sama7g5ek_mmc1_defconfig b/configs/sama7g5ek_mmc1_defconfig index 99e24395168..176f4f30004 100644 --- a/configs/sama7g5ek_mmc1_defconfig +++ b/configs/sama7g5ek_mmc1_defconfig @@ -29,6 +29,7 @@ CONFIG_CMD_I2C=y # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y