diff options
| author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:27 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
| commit | cc386f161c3bd63c8370444df49d9fc36b60e403 (patch) | |
| tree | 4b21f1912213c7ebdd81e9328a38d3425fff6717 /include/configs/M5272C3.h | |
| parent | 16199a8b961fab60587011e9da5a592b94d3eaf4 (diff) | |
Convert CONFIG_MII_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_MII_INIT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M5272C3.h')
| -rw-r--r-- | include/configs/M5272C3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5272C3.h b/include/configs/M5272C3.h index dec1e41936d..c4ee8c933d9 100644 --- a/include/configs/M5272C3.h +++ b/include/configs/M5272C3.h @@ -33,7 +33,6 @@ env/embedded.o(.text); #ifdef CONFIG_MCFFEC -# define CONFIG_MII_INIT 1 # define CONFIG_SYS_DISCOVER_PHY /* If CONFIG_SYS_DISCOVER_PHY is not defined - hardcoded */ # ifndef CONFIG_SYS_DISCOVER_PHY |
