summaryrefslogtreecommitdiffstats
path: root/include/fdt_support.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-08-15 08:24:42 -0500
committerWolfgang Denk <wd@denx.de>2008-08-26 23:43:36 +0200
commit3082d2348c8e13342f5fdd10e9b3f7408062dbf9 (patch)
treea856dae8fd63dd52dd0270c6ad65d4b72882afc0 /include/fdt_support.h
parent396f635b8ff3ccbc38d75d5eda98444c6466810a (diff)
downloadblackbird-obmc-uboot-3082d2348c8e13342f5fdd10e9b3f7408062dbf9.tar.gz
blackbird-obmc-uboot-3082d2348c8e13342f5fdd10e9b3f7408062dbf9.zip
fdt: refactor fdt resize code
Move the fdt resizing code out of ppc specific boot code and into common fdt support code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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 f14ab68ffb..aa0fc5801a 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -69,6 +69,7 @@ void ft_pci_setup(void *blob, bd_t *bd);
#endif
void set_working_fdt_addr(void *addr);
+int fdt_resize(void *blob);
#endif /* ifdef CONFIG_OF_LIBFDT */
#endif /* ifndef __FDT_SUPPORT_H */
OpenPOWER on IntegriCloud