summaryrefslogtreecommitdiffstats
path: root/common/image-fdt.c
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 /common/image-fdt.c
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 'common/image-fdt.c')
-rw-r--r--common/image-fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c
index e3f06cdd1a..d9e47283c7 100644
--- a/common/image-fdt.c
+++ b/common/image-fdt.c
@@ -190,7 +190,7 @@ int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size)
*of_flat_tree = of_start;
*of_size = of_len;
- set_working_fdt_addr(*of_flat_tree);
+ set_working_fdt_addr((ulong)*of_flat_tree);
return 0;
error:
OpenPOWER on IntegriCloud