Skip to content

Commit c6667fa

Browse files
joerchanSebastianBoe
authored andcommitted
[nrf fromtree] platform: nordic_nrf: Add missing NRF_SKIP_FICR_NS_COPY_TO_RAM
Add missing NRF_SKIP_FICR_NS_COPY_TO_RAM to BL2 build and nrf9160 platform. Change-Id: Ib99dbc36b45bc4659cb8eebc8b9143b10fe32da4 Signed-off-by: Joakim Andersson <[email protected]> (cherry picked from commit 9421f6d) Signed-off-by: Joakim Andersson <[email protected]>
1 parent 6cd4acf commit c6667fa

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

platform/ext/target/lairdconnectivity/common/bl5340/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ if(BL2)
9292
target_compile_definitions(platform_bl2
9393
PUBLIC
9494
NRF5340_XXAA_APPLICATION
95+
NRF_SKIP_FICR_NS_COPY_TO_RAM
9596
)
9697
endif()
9798

platform/ext/target/nordic_nrf/common/nrf5340/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ if(BL2)
8888
target_compile_definitions(platform_bl2
8989
PUBLIC
9090
NRF5340_XXAA_APPLICATION
91+
NRF_SKIP_FICR_NS_COPY_TO_RAM
9192
)
9293
endif()
9394

platform/ext/target/nordic_nrf/common/nrf9160/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ target_sources(platform_s
5050
target_compile_definitions(platform_s
5151
PUBLIC
5252
NRF9160_XXAA
53+
NRF_SKIP_FICR_NS_COPY_TO_RAM
5354
)
5455

5556
#========================= Platform Non-Secure ================================#
@@ -87,6 +88,7 @@ if(BL2)
8788
target_compile_definitions(platform_bl2
8889
PUBLIC
8990
NRF9160_XXAA
91+
NRF_SKIP_FICR_NS_COPY_TO_RAM
9092
)
9193
endif()
9294

0 commit comments

Comments
 (0)