diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2020-06-09 13:49:12 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2021-01-07 09:44:15 +0200 |
commit | 02dae80ee49ab0fd8d524b9c7a768476fcdfe1b5 (patch) | |
tree | 9c68b4ffe23b8882b78970d4758052e1a6fef8ad /configs/sama7g5ek_mmc1_defconfig | |
parent | 7d41a8da8480f549d60ff318a9d879ec26579759 (diff) | |
download | u-boot-02dae80ee49ab0fd8d524b9c7a768476fcdfe1b5.tar.gz |
configs: sama7g5ek: enable mii command
Enable mii command as ethernet's PHY specific programming is
based on it.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'configs/sama7g5ek_mmc1_defconfig')
-rw-r--r-- | configs/sama7g5ek_mmc1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |