aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/include
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@foss.st.com>2023-06-08 17:16:46 +0200
committerPatrice Chotard <patrice.chotard@foss.st.com>2023-06-16 11:01:16 +0200
commit5d3abc6023bfe6cfbfcdc39445793a01ddfd00db (patch)
treed9d6d19509bfbd9801f49d4058f87973e07576ce /arch/arm/mach-stm32mp/include
parent6cb2b9d51ce6f532dee621cb127788f083356406 (diff)
downloadu-boot-5d3abc6023bfe6cfbfcdc39445793a01ddfd00db.zip
u-boot-5d3abc6023bfe6cfbfcdc39445793a01ddfd00db.tar.gz
u-boot-5d3abc6023bfe6cfbfcdc39445793a01ddfd00db.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-stm32mp/include')
-rw-r--r--arch/arm/mach-stm32mp/include/mach/stm32prog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/stm32prog.h b/arch/arm/mach-stm32mp/include/mach/stm32prog.h
index 99be4e1..23d1adf 100644
--- a/arch/arm/mach-stm32mp/include/mach/stm32prog.h
+++ b/arch/arm/mach-stm32mp/include/mach/stm32prog.h
@@ -11,8 +11,4 @@ int stm32prog_read_medium_virt(struct dfu_entity *dfu, u64 offset,
void *buf, long *len);
int stm32prog_get_medium_size_virt(struct dfu_entity *dfu, u64 *size);
-#ifdef CONFIG_STM32MP15x_STM32IMAGE
-bool stm32prog_get_tee_partitions(void);
-#endif
-
bool stm32prog_get_fsbl_nor(void);