summaryrefslogtreecommitdiff
path: root/lib_ppc/board.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-09 17:38:59 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-09 17:38:59 +0200
commit38ec37d0f1ba3cb7e7d3766d62e01ededbdcbd1d (patch)
treedf795a78bfb6b851feb172f0e0f26d9ada260b91 /lib_ppc/board.c
parentc19c3134799585c9feaad63a420fe6e704f2f2a4 (diff)
parent846b0dd2dca945c8bede8a34e2fa86e876715a06 (diff)
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'lib_ppc/board.c')
-rw-r--r--lib_ppc/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index c4b16e8db38..09c4f646030 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -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)