commit | ed43ea2e38e9e168f41dd0e6d148facb5b545ab2 | [log] [tgz] |
---|---|---|
author | Mike J. Chen <[email protected]> | Thu Nov 03 18:09:55 2011 -0700 |
committer | Mike J. Chen <[email protected]> | Sat Mar 03 17:29:22 2012 -0800 |
tree | 01651e15f605d5c2a2e9efd49e22f21406e7d1ec | |
parent | 9f5edd2cf7d63cc6f01fca50888655ca315c999f [diff] |
omap: Add CONFIG_SPL_VERIFY_IMAGE support This flag turns on image verification (crc in header and data). It'll only work if the u-boot.img file is used since it requires the header to do the verification. It also adds support for an alternate MMC location to find a second copy of the bootloader if the first one fails to verify. Change-Id: Ibfdbfd91dea0c725d9ce9d081e3004833a91ba47 Signed-off-by: Mike J. Chen <[email protected]>