]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fpga: Fix Spartan III FPGA booting
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Sun, 15 Feb 2009 21:29:15 +0000 (22:29 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 21 Feb 2009 21:52:44 +0000 (22:52 +0100)
commit670cbde8da83690fed1064c3358f54ae1d693ed2
treec603b69001af7b9b770ca1f639fd4cd4b1867dab
parent3818b677641038d27b2663fbd6771ad38c932f86
fpga: Fix Spartan III FPGA booting

This patch does some minor fixing of the Xilinx Spartan III
FPGA boot code:

- Fixed call order of post configuration callback and
  success message printing (result of copy-paste?)
- remove obsolete comment
- minor coding style cleanup

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
drivers/fpga/spartan3.c