OP-TEE / build

Makefiles to use OP-TEE on various platforms
109 stars 215 forks source link

stm32mp1: Fix U-Boot dts file selection for DHCOM devices #690

Closed jneuhauser closed 12 months ago

jneuhauser commented 1 year ago

U-Boot builds can have different device tree filenames than Linux because, for example, stm32mp15-based DHCOM devices use a single dts file like stm32mp15xx-dhcom-pdk2 for all different flavors.

Thats why commit 0509e68cdf68 introduced STM32MP1_DTS_U_BOOT. Sadly commit 4b263e2f4c3a reverted the usage for the U-Boot build.

So make use of STM32MP1_DTS_U_BOOT again for the U-Boot build.

Fixes: 4b263e2f4c3a ("stm32mp1: build 135F-DK flavor")

jneuhauser commented 1 year ago

Ping @etienne-lms for ack

jneuhauser commented 12 months ago

Added Reviewed-by tag and dropped empty line between Fixes and Signed-of-by tag