aboutsummaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-11-12 08:27:44 -0700
committerTom Rini <trini@konsulko.com>2023-12-13 18:39:05 -0500
commit1de1a0348755ad5e57790a39059eceeb8e8aba42 (patch)
tree45caadec97e55cb6189073f78047de19713cb260 /include/image.h
parentc659ac7cca151be29712f37fc77dd18fb4ab96c5 (diff)
downloadu-boot-1de1a0348755ad5e57790a39059eceeb8e8aba42.zip
u-boot-1de1a0348755ad5e57790a39059eceeb8e8aba42.tar.gz
u-boot-1de1a0348755ad5e57790a39059eceeb8e8aba42.tar.bz2
boot: Drop size parameter from image_setup_libfdt()
The of_size parameter is not used, so remove it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/image.h b/include/image.h
index b89912a..9f43518 100644
--- a/include/image.h
+++ b/include/image.h
@@ -1028,12 +1028,11 @@ int image_decomp(int comp, ulong load, ulong image_start, int type,
*
* @images: Images information
* @blob: FDT to update
- * @of_size: Size of the FDT
* @lmb: Points to logical memory block structure
* Return: 0 if ok, <0 on failure
*/
int image_setup_libfdt(struct bootm_headers *images, void *blob,
- int of_size, struct lmb *lmb);
+ struct lmb *lmb);
/**
* Set up the FDT to use for booting a kernel