
21 Sep
2015
21 Sep
'15
11:01 p.m.
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@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