diff options
author | Tom Rini | 2022-03-30 18:07:30 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 10:46:22 -0400 |
commit | bef12ea4a3232e37bdad63163533488f00f459de (patch) | |
tree | 7c5319cdbdb6e3db39f6c8f81f67c46fe19e4817 | |
parent | 1d2893d191337b7adc3493eecc5e3de33fdcea7e (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 57483a2af96..c50ecf27e44 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 */ |