commit | e8020a592ba90f026d78d273cf1744e8f431eaf2 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 27 10:25:04 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 07 16:04:16 2022 -0500 |
tree | 78c099315bc1a71e69ad34f24f4b8045ffabd18b | |
parent | afa518579e9707ef615038c1e30f5e8d45ce19a1 [diff] |
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>