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:
6f38477
)
fdt_support: add prototypes for __weak functions
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:58:02 +0000
(22:58 +0200)
committer
Tom Rini
<trini@ti.com>
Sat, 25 Oct 2014 19:27:36 +0000
(15:27 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
include/fdt_support.h
patch
|
blob
|
history
diff --git
a/include/fdt_support.h
b/include/fdt_support.h
index c3d1fbcf3566451419bff1a325a870a945743475..55cef94358bcd9ed1db349493941addc901d1ff4 100644
(file)
--- a/
include/fdt_support.h
+++ b/
include/fdt_support.h
@@
-144,6
+144,8
@@
static inline u64 of_read_number(const fdt32_t *cell, int size)
void of_bus_default_count_cells(void *blob, int parentoffset,
int *addrc, int *sizec);
+int ft_verify_fdt(void *fdt);
+int arch_fixup_memory_node(void *blob);
#endif /* ifdef CONFIG_OF_LIBFDT */