mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
c659ac7cca
commit
1de1a03487
6 changed files with 8 additions and 8 deletions
|
@ -908,7 +908,7 @@ int image_setup_linux(struct bootm_headers *images)
|
|||
}
|
||||
|
||||
if (CONFIG_IS_ENABLED(OF_LIBFDT) && of_size) {
|
||||
ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb);
|
||||
ret = image_setup_libfdt(images, *of_flat_tree, lmb);
|
||||
if (ret)
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue