]> git.ipfire.org Git - thirdparty/u-boot.git/commit
stm32mp: stm32prog: Remove fsbl_nor_detected from stm32prog_data struct
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 5 Feb 2026 08:50:24 +0000 (09:50 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 24 Feb 2026 13:11:59 +0000 (14:11 +0100)
commit71433d2771611961c5ccdc4f335bc4d147c3b5d3
tree4d996a2d3e8a28f9475ad64fef2d60edede22e0e
parent04dcaadd4392d8b7498e6e80a977e0cd67074558
stm32mp: stm32prog: Remove fsbl_nor_detected from stm32prog_data struct

No more need to test if a fsbl partition is present on NOR when booting
from serial or USB. Now MTD devices are automatically populated with
partition information found in DT. Remove fsbl_nor_detected boolean from
stm32prog_data struct and all code using it.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h
arch/arm/mach-stm32mp/include/mach/stm32prog.h