summaryrefslogtreecommitdiffstats
path: root/board/cm-bf561
diff options
context:
space:
mode:
authorHarald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>2010-01-22 17:15:55 -0500
committerMike Frysinger <vapier@gentoo.org>2010-04-07 01:10:34 -0400
commit6a0be8f8fe6d72a30e69d08decb72dc3bec5484c (patch)
treec7abc0cfdccf14906eb87bc305375af9aca903b2 /board/cm-bf561
parent216818c1a2d03b1c0994f00993c99af38c5b1e83 (diff)
downloadtalos-obmc-uboot-6a0be8f8fe6d72a30e69d08decb72dc3bec5484c.tar.gz
talos-obmc-uboot-6a0be8f8fe6d72a30e69d08decb72dc3bec5484c.zip
Blackfin: cm-bf561: update network/env settings
Switch to the SMC911X driver by default now, and fix LDR env settings. Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/cm-bf561')
-rw-r--r--board/cm-bf561/cm-bf561.c4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud