X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=7836f28cda68efb3e329f0bc633e41cbe0769674;hb=15158971f49255ccef54f0979a942cfd3de2ae52;hp=8f781d4405bf59f15f923949ead5d7ab1533887a;hpb=cfa4c9d8996d5949f615553c220a06c9fe6395cc;p=u-boot diff --git a/include/fdt_support.h b/include/fdt_support.h index 8f781d4405..7836f28cda 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -44,7 +44,11 @@ void do_fixup_by_compat(void *fdt, const char *compat, const char *prop, const void *val, int len, int create); void do_fixup_by_compat_u32(void *fdt, const char *compat, const char *prop, u32 val, int create); +int fdt_fixup_memory(void *blob, u64 start, u64 size); void fdt_fixup_ethernet(void *fdt, bd_t *bd); +int fdt_find_and_setprop(void *fdt, const char *node, const char *prop, + const void *val, int len, int create); +void fdt_fixup_qe_firmware(void *fdt); #ifdef CONFIG_OF_HAS_UBOOT_ENV int fdt_env(void *fdt);