summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-12-26 23:22:24 (GMT)
committerWolfgang Denk <wd@denx.de>2007-12-26 23:22:24 (GMT)
commitbd878eb024bf9cb351c9ce66db63558de2d0e395 (patch)
tree6235c6e37a66e07471448598e8e0d16a78dbc678 /include
parent467bcee11fe26ad422f2de971aa70866079870f2 (diff)
parentc01b17dd856fa120b2970f50d9598546a4927ec3 (diff)
downloadu-boot-fsl-qoriq-bd878eb024bf9cb351c9ce66db63558de2d0e395.tar.xz
Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt
Diffstat (limited to 'include')
-rw-r--r--include/fdt_support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h
index 8f781d4..3d6c1a8 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