mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
stm32mp: stm32prog: adapt the MTD partitions
Dynamically adapt the MTD partitions in NOR/NAND/SPI-NAND when stm32prog command detects in the parsed flash layout files: - a fsbl partition in NOR. - a tee partition in NOR/NAND/SPI-NAND Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
This commit is contained in:
parent
eb845d6f8b
commit
8f035f7b48
5 changed files with 52 additions and 2 deletions
|
@ -107,6 +107,8 @@ struct stm32prog_data {
|
|||
struct stm32prog_dev_t dev[STM32PROG_MAX_DEV]; /* array of device */
|
||||
int part_nb; /* nb of partition */
|
||||
struct stm32prog_part_t *part_array; /* array of partition */
|
||||
bool tee_detected;
|
||||
bool fsbl_nor_detected;
|
||||
|
||||
/* command internal information */
|
||||
unsigned int phase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue