[U-Boot] [PATCH] imximage: fix commands other than write_data

Troy Kisky troy.kisky at boundarydevices.com
Mon Sep 21 23:01:09 CEST 2015


On 9/20/2015 1:59 AM, Stefano Babic wrote:
> Hi Troy,
> 
> On 15/09/2015 03:06, Troy Kisky wrote:
>> When CHECK_BITS_SET was added, they forgot to add
>> a new command table, and instead overwrote the
>> previous table.
>>
>> Signed-off-by: Troy Kisky <troy.kisky at boundarydevices.com>
>>
>> ---
>>
> 
> This patch breaks building boards with SPL:
>        arm:  +   mx6sabresd_spl
> +Error: Image corrupt DCD size 536870911 exceed maximum 220
> +make[2]: *** [SPL] Error 1
> +make[1]: *** [SPL] Error 2
> +make: *** [sub-make] Error 2

Looks like the error check is wrong. So previously, it was probably
writing 0 to address 0. I'll send a patch.

Troy


More information about the U-Boot mailing list