]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx9: Improve boot mode autodetection
authorBenjamin Szőke <egyszeregy@freemail.hu>
Fri, 1 Nov 2024 15:26:18 +0000 (16:26 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 9 Nov 2024 11:54:01 +0000 (08:54 -0300)
commit6bc9d4407c354a21e2058b08f8fdb1e28d19e883
treee923c93207d82fc6d5d5754da2b33b10e7b8366a
parent0bf7d6b4979835616f396337870d065543a2db4e
imx9: Improve boot mode autodetection

Improve "mmcautodetect=yes" boot mode autodetection to able to use it
if CONFIG_ENV_IS_NOWHERE=y is used for i.MX9 SoCs and i.MX93 EVK board.

If both CONFIG_ENV_IS_IN_MMC=y and CONFIG_ENV_IS_NOWHERE=y are in the
defconfig, CONFIG_ENV_IS_IN_MMC=y will be overiden default
CONFIG_ENV_IS_NOWHERE settings.

Goal is in this patch to able to use the boot mode autodetection
if defconfig use only CONFIG_ENV_IS_NOWHERE=y option
(without CONFIG_ENV_IS_IN_MMC) for any i.MX9 SoC.

Signed-off-by: Benjamin Szőke <egyszeregy@freemail.hu>
arch/arm/mach-imx/imx9/soc.c
board/freescale/imx93_evk/imx93_evk.c
include/configs/imx93_evk.h