File tree Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ static void remoteproc_mgr_config(void)
2424 /* Route Bluetooth Controller Debug Pins */
2525 DEBUG_SETUP ();
2626#endif /* !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE) || defined(CONFIG_BUILD_WITH_TFM) */
27-
28- #if !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE )
29- /* Retain nRF5340 Network MCU in Secure domain (bus
30- * accesses by Network MCU will have Secure attribute set).
31- */
32- NRF_SPU -> EXTDOMAIN [0 ].PERM = BIT (4 );
33- #endif /* !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE) */
3427}
3528
3629static int remoteproc_mgr_boot (void )
Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ static void remoteproc_mgr_config(void)
2424 /* Route Bluetooth Controller Debug Pins */
2525 DEBUG_SETUP ();
2626#endif /* !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE) || defined(CONFIG_BUILD_WITH_TFM) */
27-
28- #if !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE )
29- /* Retain nRF5340 Network MCU in Secure domain (bus
30- * accesses by Network MCU will have Secure attribute set).
31- */
32- NRF_SPU -> EXTDOMAIN [0 ].PERM = BIT (4 );
33- #endif /* !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE) */
3427}
3528
3629static int remoteproc_mgr_boot (void )
Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ static void remoteproc_mgr_config(void)
2424 /* Route Bluetooth Controller Debug Pins */
2525 DEBUG_SETUP ();
2626#endif /* !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE) || defined(CONFIG_BUILD_WITH_TFM) */
27-
28- #if !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE )
29- /* Retain nRF5340 Network MCU in Secure domain (bus
30- * accesses by Network MCU will have Secure attribute set).
31- */
32- NRF_SPU -> EXTDOMAIN [0 ].PERM = BIT (4 );
33- #endif /* !defined(CONFIG_TRUSTED_EXECUTION_NONSECURE) */
3427}
3528
3629static int remoteproc_mgr_boot (void )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ manifest:
6363 # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6464 - name : zephyr
6565 repo-path : sdk-zephyr
66- revision : a1769aba631b078769d182eaaea13aafc09039bc
66+ revision : pull/1749/head
6767 import :
6868 # In addition to the zephyr repository itself, NCS also
6969 # imports the contents of zephyr/west.yml at the above
You can’t perform that action at this time.
0 commit comments