Skip to content
  • Marek Vasut's avatar
    mxssb: Fix handling of unaligned payload · 0b11a406
    Marek Vasut authored
    
    
    The unaligned payload case is not well defined. The FSL tool luckily handles
    it so that it stuffs random data at the end of the payload to align it. We will
    do the same when verifying the image, we will up-align the data we read to 16b
    and then operate on this as if it was aligned.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    0b11a406