]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
galileo: Remove CONFIG_DESIGNWARE_ETH reference
authorTom Rini <trini@konsulko.com>
Wed, 30 Mar 2022 22:07:30 +0000 (18:07 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 8 Apr 2022 14:46:22 +0000 (10:46 -0400)
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 <trini@konsulko.com>
include/configs/galileo.h

index 57483a2af96053af9c43d71d3e84dc133962862c..c50ecf27e44c27e389e0378ebbfefd28d23a8621 100644 (file)
@@ -22,7 +22,6 @@
                                        "stderr=serial\0"
 
 /* 10/100M Ethernet support */
-#define CONFIG_DESIGNWARE_ETH
 #define CONFIG_DW_ALTDESCRIPTOR
 
 /* Environment configuration */