1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-18 08:23:24 +02:00
This commit is contained in:
Tom Rini
2014-11-25 11:09:48 -05:00
26 changed files with 1032 additions and 53 deletions

View File

@@ -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