Skip to content
  • Marek Vasut's avatar
    imx: hab: Use size parameter · b0296e22
    Marek Vasut authored and Stefano Babic's avatar Stefano Babic committed
    
    
    The current code works by sheer coincidence, because (see HABv4 API
    documentation, section 3.4) the RVT authenticate_image call updates
    the size that is passed in with the actual size ROM code pulls from
    IVT/CSF . So if the input size is larger, that is "fine" . Pass in
    size instead to make this really correct.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    b0296e22