Skip to content
  • Tom Rini's avatar
    net: tsec: Remove non-DM_ETH support code · 2f420f13
    Tom Rini authored
    
    
    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: default avatarTom Rini <trini@konsulko.com>
    2f420f13