aboutsummaryrefslogtreecommitdiff
path: root/include/configs/dart_6ul.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:52 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:09:42 -0500
commit4daffb58e6ccd36f9fdab8ef45cde8548226c4f6 (patch)
treeacb406edf9a378abc9a5b77c06e4816747642c30 /include/configs/dart_6ul.h
parent2aac334a9b57df2653da3a5d6169c473c760a14d (diff)
downloadu-boot-4daffb58e6ccd36f9fdab8ef45cde8548226c4f6.zip
u-boot-4daffb58e6ccd36f9fdab8ef45cde8548226c4f6.tar.gz
u-boot-4daffb58e6ccd36f9fdab8ef45cde8548226c4f6.tar.bz2
global: Migrate CONFIG_FEC_ENET_DEV to CFG
Perform a simple rename of CONFIG_FEC_ENET_DEV to CFG_FEC_ENET_DEV Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dart_6ul.h')
-rw-r--r--include/configs/dart_6ul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dart_6ul.h b/include/configs/dart_6ul.h
index 323703a..c2ed9c7 100644
--- a/include/configs/dart_6ul.h
+++ b/include/configs/dart_6ul.h
@@ -18,7 +18,7 @@
#endif
#ifdef CONFIG_CMD_NET
-#define CONFIG_FEC_ENET_DEV 0
+#define CFG_FEC_ENET_DEV 0
#endif
/* Environment settings */