diff options
author | Tom Rini <trini@ti.com> | 2014-11-25 11:09:48 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-26 11:21:16 -0500 |
commit | f2ffe7da7fcc266f8c9cb557031066cfd5eb2a03 (patch) | |
tree | ea83bd3054c5360223d53cf79cc3088e90a52d5a /include/fdt_support.h | |
parent | 1fc4e6f486cc1e9d2dcf0ba86e6021c3d83dce51 (diff) | |
parent | b366fb92c3d118f97bb0f01fa9c40d253e70e12c (diff) | |
download | u-boot-imx-f2ffe7da7fcc266f8c9cb557031066cfd5eb2a03.zip u-boot-imx-f2ffe7da7fcc266f8c9cb557031066cfd5eb2a03.tar.gz u-boot-imx-f2ffe7da7fcc266f8c9cb557031066cfd5eb2a03.tar.bz2 |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r-- | include/fdt_support.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index 0fbc9bd..1f19fe4 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -172,6 +172,9 @@ void of_bus_default_count_cells(void *blob, int parentoffset, int ft_verify_fdt(void *fdt); int arch_fixup_memory_node(void *blob); +int fdt_setup_simplefb_node(void *fdt, int node, u64 base_address, u32 width, + u32 height, u32 stride, const char *format); + #endif /* ifdef CONFIG_OF_LIBFDT */ #ifdef USE_HOSTCC |