board: st: stm32mp2: change bootcmd for ST boards
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 21 Oct 2022 15:37:28 +0000 (17:37 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 25 Apr 2025 14:00:22 +0000 (16:00 +0200)
commita7f00c8adaf3a8bc463ac55be4e4755f3b0ad4c9
tree1915179e01d3a972a5bf10247bc5e69efe771959
parent17f3cdd253a9c615d146b2f9378cc6c14ad19c84
board: st: stm32mp2: change bootcmd for ST boards

For nor0 boot for the STMicroelectronics boards, the bootfs
is found in SD-Card = mmc0 for nor0 boot.

Introduce a new file configuration file stm32mp25_st_common.h
to manage this specific behavior for the STMicroelectronics
boards; change the boot order for nor0 boot and don't use
the default DISTRO order define in BOOT_TARGET_DEVICES:
mmc1, ubifs, mmc0, mmc2.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Patrice CHOTARD <patrice.chotard@foss.st.com>
board/st/stm32mp2/Kconfig
board/st/stm32mp2/MAINTAINERS
include/configs/stm32mp25_st_common.h [new file with mode: 0644]