boards: nrf54h20dk: shrink cpuapp slot0 partition
So that we have an extra 48K for the FLPR core. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
9e7b055f63
commit
6ba48daa6e
1 changed files with 3 additions and 3 deletions
|
@ -210,11 +210,11 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
cpuapp_slot0_partition: partition@a6000 {
|
||||
reg = <0xa6000 DT_SIZE_K(296)>;
|
||||
reg = <0xa6000 DT_SIZE_K(248)>;
|
||||
};
|
||||
|
||||
cpuppr_code_partition: partition@f0000 {
|
||||
reg = <0xf0000 DT_SIZE_K(64)>;
|
||||
cpuppr_code_partition: partition@e4000 {
|
||||
reg = <0xe4000 DT_SIZE_K(64)>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue