Skip to content
Snippets Groups Projects
Commit 343c48bd authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 193b4a3b
No related branches found
No related tags found
No related merge requests found
......@@ -568,7 +568,9 @@ 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_440EP) || defined(CONFIG_440GR)
#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || \
defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
bd->bi_pci_busfreq = get_PCI_freq ();
bd->bi_opbfreq = get_OPB_freq ();
#elif defined(CONFIG_XILINX_ML300)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment