X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=9a453af34b548256e0b7064e5bf06abda12e225f;hb=fd4e49c18901a50b1648235f26da1e8caa0f8764;hp=16734c5352831f1465d68c517ec656da93398e18;hpb=0f898604945af4543c1525fc33b6bae621a3b805;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fdt_support.h b/include/fdt_support.h index 16734c5..9a453af 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -79,5 +79,10 @@ void ft_pci_setup(void *blob, bd_t *bd); void set_working_fdt_addr(void *addr); int fdt_resize(void *blob); +int fdt_fixup_nor_flash_size(void *blob, int cs, u32 size); + +void fdt_fixup_mtdparts(void *fdt, void *node_info, int node_info_size); +void fdt_del_node_and_alias(void *blob, const char *alias); + #endif /* ifdef CONFIG_OF_LIBFDT */ #endif /* ifndef __FDT_SUPPORT_H */