]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/ppc4xx/cpu_init.c
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
[people/ms/u-boot.git] / cpu / ppc4xx / cpu_init.c
index 74f013520bbe9c4ffff1f1e80a4f0c9023f109fe..68e1a450ca774a959c51f9f5df65dbfbb3b92b34 100644 (file)
@@ -188,7 +188,7 @@ cpu_init_f (void)
        unsigned long val;
 
        val = mfspr(tcr);
-#if defined(CONFIG_440_EP) || defined(CONFIG_440_GR)
+#if defined(CONFIG_440EP) || defined(CONFIG_440GR)
        val |= 0xb8000000;      /* generate system reset after 1.34 seconds */
 #else
        val |= 0xf0000000;      /* generate system reset after 2.684 seconds */