Skip to content

Conversation

@Vge0rge
Copy link
Contributor

@Vge0rge Vge0rge commented Nov 7, 2025

The function nordicsemi_nrf54l_init was intented to be used only for builds outside of sdk-nrf. This was not the case, the weak attribute used here doesn't seem to have any effect and this function was used for all builds.

To overcome this make sure that this function is not included for sdk-nrf builds.

Upstream PR:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/45054

Change-Id: I0f7a92db95363cf8c0b1d3e9f198675de0705d3b

The function nordicsemi_nrf54l_init was intented to be used
only for builds outside of sdk-nrf. This was not the case,
the weak attribute used here doesn't seem to have any effect
and this function was used for all builds.

To overcome this make sure that this function is not included
for sdk-nrf builds.

Upstream PR:
https://review.trustedfirmware.org/c/TF-M/trusted-firmware-m/+/45054

Signed-off-by: Georgios Vasilakis <[email protected]>
Change-Id: I0f7a92db95363cf8c0b1d3e9f198675de0705d3b
@Vge0rge Vge0rge marked this pull request as ready for review November 7, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants