]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fpga: Remove relocation fixups
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 21 Sep 2009 16:20:32 +0000 (11:20 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Oct 2009 08:17:56 +0000 (10:17 +0200)
commit6385b28116f775da4771b768ba9bf93c3aaaf26e
treeefe7ab43f4b4bef802604c2d845867b2a3b96e76
parentcd1011db80287eef933d1599b74cff1116c93134
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>
22 files changed:
board/esd/pmc440/fpga.c
board/gen860t/fpga.c
board/matrix_vision/mvbc_p/fpga.c
board/matrix_vision/mvblm7/fpga.c
board/prodrive/alpr/fpga.c
drivers/fpga/ACEX1K.c
drivers/fpga/altera.c
drivers/fpga/cyclon2.c
drivers/fpga/fpga.c
drivers/fpga/spartan2.c
drivers/fpga/spartan3.c
drivers/fpga/stratixII.c
drivers/fpga/virtex2.c
drivers/fpga/xilinx.c
include/ACEX1K.h
include/altera.h
include/fpga.h
include/spartan2.h
include/spartan3.h
include/stratixII.h
include/virtex2.h
include/xilinx.h