From 7f6c2cbc2bc0721c41bb776242c0b18ec70328e4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 10 Nov 2002 22:06:23 +0000 Subject: * Vince Husovsky, 7 Nov 2002: Add "-n" to linker options to get rid of "Not enough room for program headers" problem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Patch by David Müller, 05 Nov 2002 Rename CONFIG_PLL_INPUT_FREQ to CONFIG_SYS_CLK_FREQ so we can use an already existing name * Patch by Pierre Aubert, 05 Nov 2002 Hardware related improvements in FDC boot code * Patch by Holger Schurig, 5 Nov 2002: Make the PXA really change it's frequency * Patch by Pierre Aubert, 05 Nov 2002 Add support for slave serial Spartan 2 FPGAs * Fix uninitialized memory (MAC address) in 8xx SCC/FEC ethernet drivers --- include/spartan2.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/spartan2.h') diff --git a/include/spartan2.h b/include/spartan2.h index 42806e3ae..a04aacae4 100644 --- a/include/spartan2.h +++ b/include/spartan2.h @@ -52,10 +52,12 @@ typedef struct { /* Slave Serial Implementation function table */ typedef struct { + Xilinx_pre_fn pre; Xilinx_pgm_fn pgm; Xilinx_clk_fn clk; - Xilinx_rdata_fn rdata; - Xilinx_wdata_fn wdata; + Xilinx_init_fn init; + Xilinx_done_fn done; + Xilinx_wr_fn wr; int relocated; } Xilinx_Spartan2_Slave_Serial_fns; -- cgit v1.2.3