summaryrefslogtreecommitdiff
path: root/board/seeed
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 /board/seeed
parent2aac334a9b57df2653da3a5d6169c473c760a14d (diff)
downloadu-boot-4daffb58e6ccd36f9fdab8ef45cde8548226c4f6.tar.gz
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 'board/seeed')
-rw-r--r--board/seeed/npi_imx6ull/npi_imx6ull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/seeed/npi_imx6ull/npi_imx6ull.c b/board/seeed/npi_imx6ull/npi_imx6ull.c
index eb9ee555c8..c610d2c306 100644
--- a/board/seeed/npi_imx6ull/npi_imx6ull.c
+++ b/board/seeed/npi_imx6ull/npi_imx6ull.c
@@ -100,7 +100,7 @@ int board_init(void)
gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
#ifdef CONFIG_FEC_MXC
- setup_fec(CONFIG_FEC_ENET_DEV);
+ setup_fec(CFG_FEC_ENET_DEV);
#endif
return 0;