Skip to content

Commit ee47c91

Browse files
committed
[nrf fromtree] platform: nrf54l: remove forced uart settings
UART should not be force set for 54l devices. This to support user selecting which UARTs are secure. Change-Id: Ic4fffe748476b85e2e6758d92d687ec36b179e3e Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent a062098 commit ee47c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/ext/target/nordic_nrf/common/nrf54l/config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
include(${PLATFORM_PATH}/common/core/config.cmake)
1010

11-
set(SECURE_UART20 ON CACHE BOOL "Enable secure UART" FORCE)
11+
set(SECURE_UART20 ON CACHE BOOL "Enable secure UART")
1212
set(BL2 OFF CACHE BOOL "Whether to build BL2" FORCE)
1313
set(NRF_NS_SECONDARY OFF CACHE BOOL "Enable non-secure secondary partition" FORCE)
14-
set(NRF_SECURE_UART_INSTANCE 20 CACHE STRING "The UART instance number to use for secure UART" FORCE)
14+
set(NRF_SECURE_UART_INSTANCE 20 CACHE STRING "The UART instance number to use for secure UART")

0 commit comments

Comments
 (0)