]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fpga: Fix Spartan II FPGA booting
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Sun, 15 Feb 2009 21:28:36 +0000 (22:28 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 21 Feb 2009 21:52:43 +0000 (22:52 +0100)
commit3818b677641038d27b2663fbd6771ad38c932f86
tree870a134b3f3aca27ef4dec36fb8865061b81dadb
parentb4746d8bf9f4ed6dc8a76c5d52db669604aff84b
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>
drivers/fpga/spartan2.c