mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
Since libfdt now has an fdt_resize() function, we need to rename the U-Boot one. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -508,7 +508,7 @@ void fdt_fixup_ethernet(void *fdt)
|
||||
}
|
||||
|
||||
/* Resize the fdt to its actual size + a bit of padding */
|
||||
int fdt_resize(void *blob)
|
||||
int fdt_shrink_to_minimum(void *blob)
|
||||
{
|
||||
int i;
|
||||
uint64_t addr, size;
|
||||
|
Reference in New Issue
Block a user