summaryrefslogtreecommitdiffstats
path: root/include/fdt_support.h
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2011-05-03 13:35:10 -0500
committerGerald Van Baren <gvb@unssw.com>2011-07-14 21:43:40 -0400
commitb3606f141e56df972b5caf5e2316d652f0089ee6 (patch)
tree34a4c0f69525682067c2376e3656b66208c44924 /include/fdt_support.h
parentbb682001f16504c2885a4ce5f82bff79df7a83c9 (diff)
downloadblackbird-obmc-uboot-b3606f141e56df972b5caf5e2316d652f0089ee6.tar.gz
blackbird-obmc-uboot-b3606f141e56df972b5caf5e2316d652f0089ee6.zip
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 <timur@freescale.com>
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r--include/fdt_support.h1
1 files changed, 1 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud