
5 Feb
2015
5 Feb
'15
3:50 a.m.
On 3 February 2015 at 18:04, Joe Hershberger joe.hershberger@ni.com wrote:
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
Changes in v2: -Changed the prototype of set_working_fdt_addr() to ulong instead of void *
common/bootm.c | 2 +- common/cmd_fdt.c | 8 ++++---- common/image-fdt.c | 2 +- include/fdt_support.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-)
Acked-by: Simon Glass sjg@chromium.org