summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-06-24 21:36:19 -0400
committerTom Rini <[email protected]>2023-06-24 21:36:19 -0400
commitf95232c6f06cc0747801bb6a4372b33825ab0164 (patch)
tree4e179f7c6962564dd11fba3d6bb551603b368457 /include
parentb2101df305212dd3b98486cbec1d1f15da0832de (diff)
parent6039e0edc8540bd2abee780549b260bdaf089168 (diff)
Merge branch '2023-06-23-assorted-important-fixes'
- Merge in a few important fixes. This includes a (partial) regression fix, updating documentation and some sanity checking around image loading.
Diffstat (limited to 'include')
-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
*
*/