• Jeenu Viswambharan's avatar
    Fix FIP offset address when file not found · dd3dc32f
    Jeenu Viswambharan authored
    If there is a request to open a file from FIP, and that file is not
    found, the driver fails to reset the offset address. This causes
    subsequent file loads to fail.
    
    This patch resets the offset address to zero if a file is not found so
    that subsequent file loads are unaffected.
    
    Change-Id: I16418e35f92fb7c85fb12e2acc071990520cdef8
    dd3dc32f
io_fip.c 10.9 KB