]> git.baikalelectronics.ru Git - uboot.git/commit
Remove CONFIG_HAS_ETH0 et al symbols
authorTom Rini <trini@konsulko.com>
Fri, 11 Mar 2022 14:12:06 +0000 (09:12 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 18 Mar 2022 16:48:17 +0000 (12:48 -0400)
commite3572440bf7f93f41972a34e824d1d6d55d88339
treeb053665cb9d04438a82be905d56e20ab8503c493
parent6ca4ffe2088c71f6329e8df2d3f7d4ae24fac5b6
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>
16 files changed:
arch/powerpc/cpu/mpc83xx/fdt.c
include/configs/M5208EVBE.h
include/configs/M5275EVB.h
include/configs/M53017EVB.h
include/configs/MPC837XERDB.h
include/configs/MPC8548CDS.h
include/configs/P1010RDB.h
include/configs/gazerbeam.h
include/configs/ids8313.h
include/configs/imx8mp_rsb3720.h
include/configs/km/km-mpc8309.h
include/configs/km/km-mpc83xx.h
include/configs/ls1021aiot.h
include/configs/ls1021aqds.h
include/configs/p1_p2_rdb_pc.h
include/configs/socrates.h