diff options
author | Wolfgang Denk <wd@denx.de> | 2007-12-27 00:22:24 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-12-27 00:22:24 +0100 |
commit | bd878eb024bf9cb351c9ce66db63558de2d0e395 (patch) | |
tree | 6235c6e37a66e07471448598e8e0d16a78dbc678 /include | |
parent | 467bcee11fe26ad422f2de971aa70866079870f2 (diff) | |
parent | c01b17dd856fa120b2970f50d9598546a4927ec3 (diff) | |
download | u-boot-bd878eb024bf9cb351c9ce66db63558de2d0e395.tar.gz u-boot-bd878eb024bf9cb351c9ce66db63558de2d0e395.tar.xz u-boot-bd878eb024bf9cb351c9ce66db63558de2d0e395.zip |
Merge branch 'testing' of git://www.denx.de/git/u-boot-fdt
Diffstat (limited to 'include')
-rw-r--r-- | include/fdt_support.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |