diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:58:02 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:36 -0400 |
commit | d50b07df2864561cc8043ab39fe7b62a912fc0a5 (patch) | |
tree | 8fa50a91a79e6af83728236eba114e61cf0237c1 /include/fdt_support.h | |
parent | 6f38477d3ad4cbe7d9efa9344dec805144828b2e (diff) | |
download | u-boot-imx-d50b07df2864561cc8043ab39fe7b62a912fc0a5.zip u-boot-imx-d50b07df2864561cc8043ab39fe7b62a912fc0a5.tar.gz u-boot-imx-d50b07df2864561cc8043ab39fe7b62a912fc0a5.tar.bz2 |
fdt_support: add prototypes for __weak functions
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r-- | include/fdt_support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index c3d1fbc..55cef94 100644 --- 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 */ |