aboutsummaryrefslogtreecommitdiff
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-09 19:33:10 +0000
committerTom Rini <trini@konsulko.com>2022-03-09 17:38:26 -0500
commita2a11133b505b597b49c1bb12894b48d6df3b0b7 (patch)
tree6db7a1e36269cca089ef3000005038dd0342b93d /include/configs/P1010RDB.h
parent379dc0fadcf6022f9db261b6b30f78af3764ee04 (diff)
downloadu-boot-a2a11133b505b597b49c1bb12894b48d6df3b0b7.zip
u-boot-a2a11133b505b597b49c1bb12894b48d6df3b0b7.tar.gz
u-boot-a2a11133b505b597b49c1bb12894b48d6df3b0b7.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. Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 8fd9eb7..d36c1c1 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -598,12 +598,6 @@ extern unsigned long get_sdram_size(void);
* Environment Configuration
*/
-#if defined(CONFIG_TSEC_ENET)
-#define CONFIG_HAS_ETH0
-#define CONFIG_HAS_ETH1
-#define CONFIG_HAS_ETH2
-#endif
-
#define CONFIG_ROOTPATH "/opt/nfsroot"
#define CONFIG_UBOOTPATH u-boot.bin/* U-Boot image on TFTP server */