commit | 5bc5f0e88731315d019dcf663321b6ab58d6e605 | [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 | f9a921e27be6fd43ffa0f4642ca0421ff3a2768b [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>