From 028ab6b598b628326116acd88e0f35aa9f526d12 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 23 Feb 2004 23:54:43 +0000 Subject: * Patch by Peter Ryser, 20 Feb 2004: Add support for the Xilinx ML300 platform * Patch by Stephan Linz, 17 Feb 2004: Fix watchdog support for NIOS * Patch by Josh Fryman, 16 Feb 2004: Fix byte-swapping for cfi_flash.c for different bus widths * Patch by Jon Diekema, 14 Jeb 2004: Remove duplicate "FPGA Support" notes from the README file --- lib_ppc/board.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib_ppc') diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 04a1b8b..a630533 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -515,6 +515,8 @@ void board_init_f (ulong bootflag) #endif bd->bi_iic_fast[0] = 0; bd->bi_iic_fast[1] = 0; +#elif defined(CONFIG_XILINX_ML300) + bd->bi_pci_busfreq = get_PCI_freq (); #endif #endif -- cgit v1.1