]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: sun8i_emac: Drop DM_GPIO checks
authorSamuel Holland <samuel@sholland.org>
Tue, 31 Oct 2023 05:25:46 +0000 (00:25 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 12 Nov 2023 16:45:03 +0000 (16:45 +0000)
commit7b252df7ca574df34de5a8eb8fff62444c5df5f5
treee244df60831299619615edf960e45b6a8e4d9ff3
parentf054f12089cb63cf59b99f5a3bee30e55f105be3
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>
drivers/net/sun8i_emac.c