aboutsummaryrefslogtreecommitdiff
path: root/include/configs/M53017EVB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-11 09:12:06 -0500
committerTom Rini <trini@konsulko.com>2022-03-18 12:48:17 -0400
commit5d6a64f71dcdfd91a6c1df070ddb3d71e34e952b (patch)
treeb053665cb9d04438a82be905d56e20ab8503c493 /include/configs/M53017EVB.h
parenteeda762af3be40152cee763bd73658bf7f55270d (diff)
downloadu-boot-5d6a64f71dcdfd91a6c1df070ddb3d71e34e952b.zip
u-boot-5d6a64f71dcdfd91a6c1df070ddb3d71e34e952b.tar.gz
u-boot-5d6a64f71dcdfd91a6c1df070ddb3d71e34e952b.tar.bz2
Remove CONFIG_HAS_ETH0 et al symbols
This converts removes the following symbols: CONFIG_HAS_ETH0 CONFIG_HAS_ETH1 CONFIG_HAS_ETH2 CONFIG_HAS_ETH3 This is because at this point, only the ids8313 platform was using the code which was controlled by these symbols. In turn, this code already performs error checking on being able to perform the device tree fixup. Rather than convert these to Kconfig for a single platform, update the code to not need these checks and remove them from all the platforms they were unused on. Reviewed-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M53017EVB.h')
-rw-r--r--include/configs/M53017EVB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h
index ec70186..06eb03b 100644
--- a/include/configs/M53017EVB.h
+++ b/include/configs/M53017EVB.h
@@ -31,7 +31,6 @@
# define CONFIG_SYS_TX_ETH_BUFFER 8
# define CONFIG_SYS_FEC_BUF_USE_SRAM
# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
-# define CONFIG_HAS_ETH1
/* If CONFIG_SYS_DISCOVER_PHY is not defined - hardcoded */
# ifndef CONFIG_SYS_DISCOVER_PHY