public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] fdt: add prototype for fdt_increase_size()
@ 2011-05-03 18:35 Timur Tabi
  2011-05-03 18:35 ` [U-Boot] [PATCH 2/2] fman: insert the Fman firmware into the device tree Timur Tabi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Timur Tabi @ 2011-05-03 18:35 UTC (permalink / raw)
  To: u-boot

Add a prototype for fdt_increase_size() so that anyone can call it.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 include/fdt_support.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/fdt_support.h b/include/fdt_support.h
index ce6817b..7333c0c 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);
 
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-22  6:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 18:35 [U-Boot] [PATCH 1/2] fdt: add prototype for fdt_increase_size() Timur Tabi
2011-05-03 18:35 ` [U-Boot] [PATCH 2/2] fman: insert the Fman firmware into the device tree Timur Tabi
2011-07-22  6:54   ` Kumar Gala
2011-07-14 13:32 ` [U-Boot] [PATCH 1/2] fdt: add prototype for fdt_increase_size() Kumar Gala
2011-07-14 13:49   ` Gerald Van Baren
2011-07-15  2:57 ` Jerry Van Baren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox