]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: imx: Factor out parsing of ROM log
authorFedor Ross <fedor.ross@ifm.com>
Mon, 16 Oct 2023 16:16:13 +0000 (18:16 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 17 Oct 2023 21:55:10 +0000 (23:55 +0200)
commit6c97153b04da053d255e09ea78a417c49fe7c70a
tree49e06b3bc955037dd5bf361488100e07484cfdbe
parente936db953600aba0986743f12229d8b7ebff92ae
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>
arch/arm/mach-imx/imx8m/soc.c