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/cobra5272.h | |
parent | 16199a8b961fab60587011e9da5a592b94d3eaf4 (diff) | |
download | u-boot-cc386f161c3bd63c8370444df49d9fc36b60e403.tar.gz |
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/cobra5272.h')
-rw-r--r-- | include/configs/cobra5272.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cobra5272.h b/include/configs/cobra5272.h index 607e76c349e..577936b5af9 100644 --- a/include/configs/cobra5272.h +++ b/include/configs/cobra5272.h @@ -89,7 +89,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 |