diff options
author | Tom Rini <trini@ti.com> | 2015-02-18 08:46:50 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-18 08:46:50 -0500 |
commit | 1320112c8aa58345d71a5a46f3bf6a52589f1f2b (patch) | |
tree | 6172c6e175b759515bae9e5def62342b97401795 /include | |
parent | 9ec84f103b3f3e770043b06042e5d2d6f2339e39 (diff) | |
parent | c71a0164d9b23e624552fb614bcb426a11119b57 (diff) | |
download | u-boot-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.tar.gz u-boot-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.tar.xz u-boot-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.zip |
Merge branch 'master' of git://git.denx.de/u-boot-fdt
Diffstat (limited to 'include')
-rw-r--r-- | include/fdt_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index 1f19fe4c96..ae5e8a3ef6 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -100,7 +100,7 @@ void ft_pci_setup(void *blob, bd_t *bd); */ int ft_system_setup(void *blob, bd_t *bd); -void set_working_fdt_addr(void *addr); +void set_working_fdt_addr(ulong addr); int fdt_shrink_to_minimum(void *blob); int fdt_increase_size(void *fdt, int add_len); |