commit | 3818b677641038d27b2663fbd6771ad38c932f86 | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd.eu> | Sun Feb 15 22:28:36 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Feb 21 22:52:43 2009 +0100 |
tree | 870a134b3f3aca27ef4dec36fb8865061b81dadb | |
parent | b4746d8bf9f4ed6dc8a76c5d52db669604aff84b [diff] |
fpga: Fix Spartan II FPGA booting This patch does some minor fixing of the Xilinx Spartan II FPGA boot code: - Fixed call order of post configuration callback and success message printing (result of copy-paste?) - relocate post configuration callback only when it is implemented - remove obsolete comment - minor coding style cleanup Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>