X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Fcm-bf561%2Fcm-bf561.c;h=5741f6410793744a6ce3f120d7299b2f950d4500;hb=bae34335e8aef46d7103907580c40f18f1876bb0;hp=80cfff7242cb3eba56482e367beb409d0aeec34d;hpb=fa45bd498a1970574f4b7539b67cc2286f1324fa;p=oweals%2Fu-boot.git diff --git a/board/cm-bf561/cm-bf561.c b/board/cm-bf561/cm-bf561.c index 80cfff7242..5741f64107 100644 --- a/board/cm-bf561/cm-bf561.c +++ b/board/cm-bf561/cm-bf561.c @@ -18,9 +18,9 @@ int checkboard(void) return 0; } -#ifdef CONFIG_SMC91111 +#ifdef CONFIG_SMC911X int board_eth_init(bd_t *bis) { - return smc91111_initialize(0, CONFIG_SMC91111_BASE); + return smc911x_initialize(0, CONFIG_SMC911X_BASE); } #endif