]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fdt_support.h
fdt: Rename fdt_resize() to fdt_shrink_to_minimum()
[karo-tx-uboot.git] / include / fdt_support.h
index fd44d7e2f6495227bbcc34e9ece430921082e4da..1bda686a0b944c4b213f395fcb915bc4d25abedb 100644 (file)
@@ -76,7 +76,7 @@ void ft_cpu_setup(void *blob, bd_t *bd);
 void ft_pci_setup(void *blob, bd_t *bd);
 
 void set_working_fdt_addr(void *addr);
-int fdt_resize(void *blob);
+int fdt_shrink_to_minimum(void *blob);
 int fdt_increase_size(void *fdt, int add_len);
 
 int fdt_fixup_nor_flash_size(void *blob);