From: Timur Tabi Date: Tue, 3 May 2011 18:35:10 +0000 (-0500) Subject: fdt: add prototype for fdt_increase_size() X-Git-Tag: v2025.01-rc5-pxa1908~19264 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=b3606f141e56df972b5caf5e2316d652f0089ee6;p=u-boot.git fdt: add prototype for fdt_increase_size() Add a prototype for fdt_increase_size() so that anyone can call it. Signed-off-by: Timur Tabi --- diff --git a/include/fdt_support.h b/include/fdt_support.h index cefc990690..382f63221d 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -79,6 +79,7 @@ void ft_pci_setup(void *blob, bd_t *bd); void set_working_fdt_addr(void *addr); int fdt_resize(void *blob); +int fdt_increase_size(void *fdt, int add_len); int fdt_fixup_nor_flash_size(void *blob);