Searched hist:"4976 f4827546154bb296dd0fb33b2cdff94be0c1" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_mmc.c | 4976f4827546154bb296dd0fb33b2cdff94be0c1 Wed Mar 16 03:10:00 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|