Hi,
On 2/5/26 09:50, Patrice Chotard wrote:
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 <[email protected]>
---
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 8 --------
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 10 ----------
arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | 1 -
arch/arm/mach-stm32mp/include/mach/stm32prog.h | 2 --
4 files changed, 21 deletions(-)
Reviewed-by: Patrick Delaunay <[email protected]>
Thanks
Patrick