]> git.ipfire.org Git - u-boot.git/blobdiff - lib_ppc/board.c
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
[u-boot.git] / lib_ppc / board.c
index c4b16e8db38c14d7a1f2dc0843cc80c90646f219..09c4f646030b40cba6e8661a8d76ad14a174de64 100644 (file)
@@ -547,7 +547,7 @@ void board_init_f (ulong bootflag)
 
        bd->bi_procfreq = gd->cpu_clk;  /* Processor Speed, In Hz */
        bd->bi_plb_busfreq = gd->bus_clk;
-#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_440_EP) || defined(CONFIG_440_GR)
+#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_440EP) || defined(CONFIG_440GR)
        bd->bi_pci_busfreq = get_PCI_freq ();
        bd->bi_opbfreq = get_OPB_freq ();
 #elif defined(CONFIG_XILINX_ML300)