mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
add Xilinx_abort_fn to Xilinx_Spartan3_Slave_Serial_fns
Currently the hardware was left in an undefined state in case Spartan3 serial load failed. This patch adds Xilinx_abort_fn to give the board a possibility to clean up in this case. Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
c87f6457bb
commit
b0bc8b70ff
@@ -58,6 +58,7 @@ typedef struct {
|
||||
Xilinx_wr_fn wr;
|
||||
Xilinx_post_fn post;
|
||||
Xilinx_bwr_fn bwr; /* block write function */
|
||||
Xilinx_abort_fn abort;
|
||||
} Xilinx_Spartan3_Slave_Serial_fns;
|
||||
|
||||
/* Device Image Sizes
|
||||
|
Reference in New Issue
Block a user