Re: [U-Boot] [PATCH] fpga: Fix Spartan III FPGA booting

2009-02-21 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200902152229.16010.matthias.fu...@esd.eu> you wrote: > 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

[U-Boot] [PATCH] fpga: Fix Spartan III FPGA booting

2009-02-15 Thread Matthias Fuchs
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 --- drivers/fpga/spartan3.c |