mbox series

[0/1] arm/trusted-firmware-m: Remove duplicate config in the cmake file.

Message ID 20250617163011.2238429-1-yogesh.wani@arm.com
Headers show
Series arm/trusted-firmware-m: Remove duplicate config in the cmake file. | expand

Message

Yogesh Wani June 17, 2025, 4:30 p.m. UTC
The PS_NUM_ASSET is duplicated in the cmake.config and the config_tfm_target.h file
under corstone-1000. The commit removes the one from the cmake.config and keeps the
one in the header file.

The whole rationale behind this is for the vendor to be able to override the
configuration using the cmake file.

Yogesh Wani (1):
  arm/trusted-firmware-m: Remove duplicate config in the cmake file.

 ...e-duplicate-configuration-parameters.patch | 30 +++++++++++++++++++
 .../trusted-firmware-m-corstone1000.inc       |  1 +
 2 files changed, 31 insertions(+)
 create mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/0023-Platform-CS1000-Remove-duplicate-configuration-parameters.patch