summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-02-04 21:56:53 -0600
committerSimon Glass <sjg@chromium.org>2015-02-17 20:19:16 -0700
commit90fbee3e4051badff770a0ee1b1ca21cb808d634 (patch)
tree830ec6de1e2f804ed421a035605a4b9f13162de2 /include
parent5745f8c4fd5807becf7f246625e153388293aedc (diff)
downloadblackbird-obmc-uboot-90fbee3e4051badff770a0ee1b1ca21cb808d634.tar.gz
blackbird-obmc-uboot-90fbee3e4051badff770a0ee1b1ca21cb808d634.zip
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')
-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