commit | 85a3772973a3cab5322f2c385a5c827260c3bc8b | [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 | 7302fbb31d1ba8b208ae5e400028c692167c7072 [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>