summaryrefslogtreecommitdiff
path: root/include/spl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spl.h')
-rw-r--r--include/spl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/spl.h b/include/spl.h
index 7e0f5ac63b0..98f57328a53 100644
--- a/include/spl.h
+++ b/include/spl.h
@@ -872,12 +872,6 @@ int board_return_to_bootrom(struct spl_image_info *spl_image,
struct spl_boot_device *bootdev);
/**
- * board_spl_fit_post_load - allow process images after loading finished
- * @fit: Pointer to a valid Flattened Image Tree blob
- */
-void board_spl_fit_post_load(const void *fit);
-
-/**
* board_spl_fit_size_align - specific size align before processing payload
*
*/