aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-30 18:07:30 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 10:46:22 -0400
commitbef12ea4a3232e37bdad63163533488f00f459de (patch)
tree7c5319cdbdb6e3db39f6c8f81f67c46fe19e4817
parent1d2893d191337b7adc3493eecc5e3de33fdcea7e (diff)
downloadu-boot-bef12ea4a3232e37bdad63163533488f00f459de.zip
u-boot-bef12ea4a3232e37bdad63163533488f00f459de.tar.gz
u-boot-bef12ea4a3232e37bdad63163533488f00f459de.tar.bz2
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 <trini@konsulko.com>
-rw-r--r--include/configs/galileo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
index 57483a2..c50ecf2 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 */