diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-18 12:02:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-02-18 12:02:11 -0500 |
commit | 766927a7595a6f18fef460a06fdac370fd9e02cf (patch) | |
tree | 1016a8e52a61cd1b1753df8fd5f78c4cee65e75a /include/spl.h | |
parent | 2dddc1bb296308b48f89f31e711965fa2c8091a0 (diff) | |
parent | 71551055cbdbb059be0e2051aad7976ee9847197 (diff) |
Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'
- Improve interactions between SPL / OP-TEE and Linux in FIT images
Diffstat (limited to 'include/spl.h')
-rw-r--r-- | include/spl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/spl.h b/include/spl.h index e172500b5f..0d134587de 100644 --- a/include/spl.h +++ b/include/spl.h @@ -701,9 +701,9 @@ int board_return_to_bootrom(struct spl_image_info *spl_image, /** * 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(ulong load_addr, size_t length); +void board_spl_fit_post_load(const void *fit); /** * board_spl_fit_size_align - specific size align before processing payload |