Skip to content

Commit 1d16835

Browse files
jonathannilsenrlubos
authored andcommitted
Revert "[nrf fromlist] soc: nordic: add IronSide SE compatible UICR support"
This reverts commit 8ab3430. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent d0d2d06 commit 1d16835

File tree

10 files changed

+0
-718
lines changed

10 files changed

+0
-718
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,5 @@
162162
storage_partition: partition@1a4000 {
163163
reg = <0x1a4000 DT_SIZE_K(40)>;
164164
};
165-
166-
periphconf_partition: partition@1ae000 {
167-
reg = <0x1ae000 DT_SIZE_K(8)>;
168-
};
169165
};
170166
};

soc/nordic/common/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
add_subdirectory_ifdef(CONFIG_RISCV_CORE_NORDIC_VPR vpr)
55

6-
if(CONFIG_NRF_PERIPHCONF_SECTION OR CONFIG_NRF_HALTIUM_GENERATE_UICR)
7-
add_subdirectory(uicr)
8-
endif()
9-
106
# Let SystemInit() be called in place of soc_reset_hook() by default.
117
zephyr_linker_symbol(SYMBOL soc_reset_hook EXPR "@SystemInit@")
128

soc/nordic/common/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ source "subsys/logging/Kconfig.template.log_config"
4949
endif # MRAM_LATENCY
5050

5151
rsource "vpr/Kconfig"
52-
rsource "uicr/Kconfig"

soc/nordic/common/uicr/CMakeLists.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

soc/nordic/common/uicr/Kconfig

Lines changed: 0 additions & 31 deletions
This file was deleted.

soc/nordic/common/uicr/gen_uicr.py

Lines changed: 0 additions & 270 deletions
This file was deleted.

0 commit comments

Comments
 (0)