stm32mp: stm32prog: Remove tee_detected from stm32prog_data struct
As stm32prog_get_tee_partitions() is no more used, remove tee_detected boolean from stm32prog_data struct and all code using it. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
@@ -149,9 +149,6 @@ 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 */
|
||||
#ifdef CONFIG_STM32MP15x_STM32IMAGE
|
||||
bool tee_detected;
|
||||
#endif
|
||||
bool fsbl_nor_detected;
|
||||
|
||||
/* command internal information */
|
||||
|
Reference in New Issue
Block a user