commit | 802f1c342ea43d4a4662a204707a61921e810ffd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Mar 16 12:10:00 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 24 01:36:55 2016 +0900 |
tree | 6989073da84ef05ebbdb3e92eeb68c152a6cad47 | |
parent | 4108dc8dde85e0d71c71cb9bd4013cd5c9d564db [diff] |
spl_mmc: allow to load raw image The function spl_parse_image_header() falls back to a raw image if the U-Boot header is missing and CONFIG_SPL_PANIC_ON_RAW_IMAGE is undefined. While, mmc_load_image_raw_sector() only accepts a U-Boot legacy image or an FIT image, preventing us from loading a raw image. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com>