commit | cc386f161c3bd63c8370444df49d9fc36b60e403 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 18 08:38:27 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 25 12:01:15 2022 +0000 |
tree | 4b21f1912213c7ebdd81e9328a38d3425fff6717 | |
parent | 16199a8b961fab60587011e9da5a592b94d3eaf4 [diff] [blame] |
Convert CONFIG_MII_INIT to Kconfig This converts the following to Kconfig: CONFIG_MII_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/M5235EVB_Flash32_defconfig b/configs/M5235EVB_Flash32_defconfig index a3762bb..7552741 100644 --- a/configs/M5235EVB_Flash32_defconfig +++ b/configs/M5235EVB_Flash32_defconfig
@@ -20,6 +20,7 @@ CONFIG_CMD_DHCP=y CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_MII=y +CONFIG_MII_INIT=y CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y CONFIG_ENV_IS_IN_FLASH=y