mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
fpga: Remove relocation fixups
PPC boards are the only users of the current FPGA code which is littered with manual relocation fixups. Now that proper relocation is supported for PPC boards, remove FPGA manual relocation. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
cd1011db80
commit
6385b28116
22 changed files with 18 additions and 863 deletions
|
@ -71,7 +71,7 @@ typedef struct { /* typedef fpga_desc */
|
|||
|
||||
|
||||
/* root function definitions */
|
||||
extern void fpga_init( ulong reloc_off );
|
||||
extern void fpga_init( void );
|
||||
extern int fpga_add( fpga_type devtype, void *desc );
|
||||
extern int fpga_count( void );
|
||||
extern int fpga_load( int devnum, void *buf, size_t bsize );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue