diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:03:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:09:42 -0500 |
commit | 4daffb58e6ccd36f9fdab8ef45cde8548226c4f6 (patch) | |
tree | acb406edf9a378abc9a5b77c06e4816747642c30 /board/variscite | |
parent | 2aac334a9b57df2653da3a5d6169c473c760a14d (diff) | |
download | u-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/variscite')
-rw-r--r-- | board/variscite/dart_6ul/dart_6ul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/variscite/dart_6ul/dart_6ul.c b/board/variscite/dart_6ul/dart_6ul.c index 7326daa179..98d8d1c312 100644 --- a/board/variscite/dart_6ul/dart_6ul.c +++ b/board/variscite/dart_6ul/dart_6ul.c @@ -147,7 +147,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 #ifdef CONFIG_NAND_MXS |