Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: sdk-zephyr: [nrf fromlist] boards: nrf54h20: increase size of cpuapp and cpurad ... #19044

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
*/

&cpuapp_rx_partitions {
/delete-node/ partition@a6000;
cpuapp_recovery_partition: partition@a5000 {
reg = <0xa5000 DT_SIZE_K(72)>;
/delete-node/ partition@94000;
cpuapp_slot0_partition: partition@93000 {
reg = <0x93000 DT_SIZE_K(256)>;
};

cpuapp_slot0_partition: partition@b7000 {
reg = <0xb7000 DT_SIZE_K(256)>;
cpuapp_recovery_partition: partition@d3000 {
reg = <0xd3000 DT_SIZE_K(72)>;
};

/* Delete PPR code partition */
Expand All @@ -32,11 +32,11 @@
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RXS>;
#address-cells = < 0x1 >;
#size-cells = < 0x1 >;
cpurad_slot0_partition: partition@66000 {
reg = < 0x66000 DT_SIZE_K(160) >;
cpurad_slot0_partition: partition@54000 {
reg = < 0x54000 DT_SIZE_K(160) >;
};

cpurad_recovery_partition: partition@8e000 {
reg = < 0x8e000 DT_SIZE_K(92) >;
cpurad_recovery_partition: partition@7c000 {
reg = < 0x7c000 DT_SIZE_K(92) >;
};
};
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 6e53c5702ecb1f3dddfdc051ff487550d6c24672
revision: pull/2295/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading