commit | b70d5d40f62db025fceab1bfc742ee7ba11fe576 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:03:52 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 10:09:42 2022 -0500 |
tree | acb406edf9a378abc9a5b77c06e4816747642c30 | |
parent | 05d5dcf032c11aedfdcf46aac6b7042992e0962b [diff] [blame] |
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>
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 */