X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Ffdt_support.h;h=3d6c1a841b70913d549e17def4ecfd217d0eaa10;hb=0ddb89601a8d29e808db450366752ffdc6267c53;hp=8f781d4405bf59f15f923949ead5d7ab1533887a;hpb=9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c;p=oweals%2Fu-boot.git diff --git a/include/fdt_support.h b/include/fdt_support.h index 8f781d4405..3d6c1a841b 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -44,6 +44,7 @@ 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); #ifdef CONFIG_OF_HAS_UBOOT_ENV