summaryrefslogtreecommitdiff
path: root/include/fdt_support.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-02-05 03:56:53 (GMT)
committerSimon Glass <sjg@chromium.org>2015-02-18 03:19:16 (GMT)
commit90fbee3e4051badff770a0ee1b1ca21cb808d634 (patch)
tree830ec6de1e2f804ed421a035605a4b9f13162de2 /include/fdt_support.h
parent5745f8c4fd5807becf7f246625e153388293aedc (diff)
downloadu-boot-fsl-qoriq-90fbee3e4051badff770a0ee1b1ca21cb808d634.tar.xz
cmd_fdt: Actually fix fdt command in sandbox
Commit 90bac29a76bc8d649b41a55f2786c0abef9bb2c1 claims to fix this bug that was introduced in commit a92fd6577ea17751ead9b50243e3c562125cf581 but doesn't actually make the change that the commit message describes. Actually fix the bug this time. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fdt_support.h')
-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 1f19fe4..ae5e8a3 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);