mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Add pre and post configuration callbacks for Spartan FPGAs
This patch adds a post configuration callback for Spartan2/3 FPGAs. pre and post configuration callback are now optional and not called when the function pointer is set to NULL. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
0133502e39
commit
21d39d598c
@@ -58,6 +58,7 @@ typedef struct {
|
||||
Xilinx_init_fn init;
|
||||
Xilinx_done_fn done;
|
||||
Xilinx_wr_fn wr;
|
||||
Xilinx_post_fn post;
|
||||
int relocated;
|
||||
} Xilinx_Spartan3_Slave_Serial_fns;
|
||||
|
||||
|
Reference in New Issue
Block a user