[PATCH] unbreak bootm
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Oct 13 06:08:59 EDT 2010
On 11:54 Wed 13 Oct , Eric Bénard wrote:
> commit a3c1e5d888d0ee317ffc7635694684bb71213c9c was
> not tested as all the tests are wrong and it breaks bootm
I test it but no see it
>
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
> commands/bootm.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/commands/bootm.c b/commands/bootm.c
> index 83d36d3..666deeb 100644
> --- a/commands/bootm.c
> +++ b/commands/bootm.c
> @@ -167,7 +167,7 @@ struct image_handle *map_image(const char *filename, int verify)
> goto err_out;
> }
>
> - if (image_check_magic(header)) {
> + if (! image_check_magic(header)) {
no space after !
> puts ("Bad Magic Number\n");
> goto err_out;
> }
Best Regards,
J.
More information about the barebox
mailing list