cmd_fdt: Actually fix fdt command in sandbox
authorJoe Hershberger <joe.hershberger@ni.com>
Thu, 5 Feb 2015 03:56:53 +0000 (21:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Feb 2015 03:19:16 +0000 (20:19 -0700)
commit90fbee3e4051badff770a0ee1b1ca21cb808d634
tree830ec6de1e2f804ed421a035605a4b9f13162de2
parent5745f8c4fd5807becf7f246625e153388293aedc
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>
common/bootm.c
common/cmd_fdt.c
common/image-fdt.c
include/fdt_support.h