commit | e48b775ff4da28735af80e5aa87ddac4927da2f8 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Wed Aug 24 20:04:42 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 06 13:41:38 2016 -0400 |
tree | 6e714bf86f18ac5031b303a1356fe9a7db7fa804 | |
parent | a531aa545f766797200e0c4f94850f8213f3a75f [diff] |
spl: Rework image header parse to allow abort on raw image and os boot This reworks spl_set_header_raw_uboot to allow having both os boot (which comes with a valid header) and aborting when no valid header is found (thus excluding raw u-boot.bin images). Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>