summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-18 08:46:50 -0500
committerTom Rini <trini@ti.com>2015-02-18 08:46:50 -0500
commit1320112c8aa58345d71a5a46f3bf6a52589f1f2b (patch)
tree6172c6e175b759515bae9e5def62342b97401795 /include
parent9ec84f103b3f3e770043b06042e5d2d6f2339e39 (diff)
parentc71a0164d9b23e624552fb614bcb426a11119b57 (diff)
downloadblackbird-obmc-uboot-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.tar.gz
blackbird-obmc-uboot-1320112c8aa58345d71a5a46f3bf6a52589f1f2b.zip
Merge branch 'master' of git://git.denx.de/u-boot-fdt
Diffstat (limited to 'include')
-rw-r--r--include/fdt_support.h2
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);
OpenPOWER on IntegriCloud