]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/cpu_init.c
* Patch by Masami Komiy, 22 Feb 2004:
[karo-tx-uboot.git] / cpu / mpc5xxx / cpu_init.c
index c23d621ec0bc44e6302066885c2dc004134a2544..ce562c17286ce60d843c7ff1ec3e6886d4fde774 100644 (file)
@@ -183,7 +183,7 @@ int cpu_init_r (void)
        /* route critical ints to normal ints */
        *(vu_long *)MPC5XXX_ICTL_EXT |= 0x00000001;
 
-#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_MPC5XXX_FEC)
+#if (CONFIG_COMMANDS & CFG_CMD_NET) && defined(CONFIG_MPC5xxx_FEC)
        /* load FEC microcode */
        loadtask(0, 2);
 #endif