[PATCH 20/25] galileo: Remove CONFIG_DESIGNWARE_ETH reference
Tom Rini
trini at konsulko.com
Thu Mar 31 00:07:30 CEST 2022
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 at konsulko.com>
---
include/configs/galileo.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
index 57483a2af960..c50ecf27e44c 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 */
--
2.25.1
More information about the U-Boot
mailing list