]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: tsec: Remove non-DM_ETH support code
authorTom Rini <trini@konsulko.com>
Sun, 27 Nov 2022 15:25:04 +0000 (10:25 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Dec 2022 21:04:16 +0000 (16:04 -0500)
commit2f420f135ffdc7d30834d640efb504261426afa3
tree78c099315bc1a71e69ad34f24f4b8045ffabd18b
parent8457d023b8907fea75c47887c0cfb144c4bc3472
net: tsec: Remove non-DM_ETH support code

As DM_ETH is required for all network drivers, it's now safe to remove
the non-DM_ETH support code.  Doing this removes some board support code
which was also unused. Finally, this removes some CONFIG symbols that
otherwise needed to be migrated to Kconfig, but were unused in code now.

Signed-off-by: Tom Rini <trini@konsulko.com>
17 files changed:
arch/arm/include/asm/arch-ls102xa/config.h
arch/powerpc/include/asm/config_mpc85xx.h
arch/powerpc/include/asm/immap_83xx.h
arch/powerpc/include/asm/immap_85xx.h
board/freescale/common/pixis.c
board/freescale/mpc8548cds/mpc8548cds.c
board/freescale/p1010rdb/p1010rdb.c
board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
drivers/net/tsec.c
include/configs/MPC837XERDB.h
include/configs/MPC8548CDS.h
include/configs/P1010RDB.h
include/configs/ls1021aiot.h
include/configs/ls1021aqds.h
include/configs/p1_p2_rdb_pc.h
include/configs/socrates.h
include/tsec.h