commit | 6c97153b04da053d255e09ea78a417c49fe7c70a | [log] [tgz] |
---|---|---|
author | Fedor Ross <fedor.ross@ifm.com> | Mon Oct 16 18:16:13 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 17 23:55:10 2023 +0200 |
tree | 49e06b3bc955037dd5bf361488100e07484cfdbe | |
parent | e936db953600aba0986743f12229d8b7ebff92ae [diff] |
ARM: imx: Factor out parsing of ROM log Factor out parsing of ROM log in function spl_mmc_emmc_boot_partition(). This can be helpful to detect a secondary image boot without fiddling around with MMC partitions. This way for example, U-Boot is able to detect a secondary image boot and can enter some fallback scenario like starting a recovery mode. Signed-off-by: Fedor Ross <fedor.ross@ifm.com> Signed-off-by: Marek Vasut <marex@denx.de>