[U-Boot] [PATCH v2 1/2] cmd_fdt: Actually fix fdt command in sandbox

Simon Glass sjg at chromium.org
Thu Feb 5 03:50:33 CET 2015


On 3 February 2015 at 18:04, Joe Hershberger <joe.hershberger at 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 at 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 at chromium.org>


More information about the U-Boot mailing list