projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb68200
)
fdt: add prototype for fdt_increase_size()
author
Timur Tabi
<timur@freescale.com>
Tue, 3 May 2011 18:35:10 +0000
(13:35 -0500)
committer
Gerald Van Baren
<gvb@unssw.com>
Fri, 15 Jul 2011 01:43:40 +0000
(21:43 -0400)
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
patch
|
blob
|
history
diff --git
a/include/fdt_support.h
b/include/fdt_support.h
index cefc990690bb9333681557cc8171f8b9815dcfd8..382f63221ddf7092a983c7c74e007e48dfa24168 100644
(file)
--- 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);