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:
@@ -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
|
||||
|
Reference in New Issue
Block a user