summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/cpu.c
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-10-30 22:15:35 -0700
committerBen Warren <biggerbadderben@gmail.com>2008-11-09 21:38:02 -0800
commit62e15b497f5c6334c059512678c8db7940ae4c61 (patch)
treeb68b422153e26e3cac3039128f73576d8dbe1af1 /cpu/mpc85xx/cpu.c
parent5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3 (diff)
downloadblackbird-obmc-uboot-62e15b497f5c6334c059512678c8db7940ae4c61.tar.gz
blackbird-obmc-uboot-62e15b497f5c6334c059512678c8db7940ae4c61.zip
Fix typo in cpu/mpc85xx/cpu.c
CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'cpu/mpc85xx/cpu.c')
-rw-r--r--cpu/mpc85xx/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c
index c780687866..b90871d22c 100644
--- a/cpu/mpc85xx/cpu.c
+++ b/cpu/mpc85xx/cpu.c
@@ -383,7 +383,7 @@ void upmconfig (uint upm, uint * table, uint size)
*/
int cpu_eth_init(bd_t *bis)
{
-#if defined(CONFIG_TSEC_ENET) || defined(CONFIG_MPC85xx_FEC)
+#if defined(CONFIG_TSEC_ENET) || defined(CONFIG_MPC85XX_FEC)
tsec_standard_init(bis);
#endif
OpenPOWER on IntegriCloud