From: Tom Rini Date: Wed, 30 Mar 2022 22:07:30 +0000 (-0400) Subject: galileo: Remove CONFIG_DESIGNWARE_ETH reference X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=bef12ea4a3232e37bdad63163533488f00f459de;p=u-boot.git galileo: Remove CONFIG_DESIGNWARE_ETH reference This platform has CONFIG_ETH_DESIGNWARE set already, which is the correct value for the driver in question. Remove this incorrect line. Signed-off-by: Tom Rini --- diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 57483a2af9..c50ecf27e4 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -22,7 +22,6 @@ "stderr=serial\0" /* 10/100M Ethernet support */ -#define CONFIG_DESIGNWARE_ETH #define CONFIG_DW_ALTDESCRIPTOR /* Environment configuration */