commit | 57eeea6eabf359e3018ec39d2067d0d1578a306e | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Tue Oct 31 00:25:46 2023 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Sun Nov 12 16:45:03 2023 +0000 |
tree | e244df60831299619615edf960e45b6a8e4d9ff3 | |
parent | af73cfbf1033f9b70159e7a892f71d0e869acb5c [diff] |
net: sun8i_emac: Drop DM_GPIO checks DM_GPIO is always enable in U-Boot proper for ARCH_SUNXI, and this driver is never enabled in SPL, so the condition is always true. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com>