tests: arm_thread_swap_tx: nucleo_l552ze_q: Update flash partition
Due to a recent change in TFM, some more space should be allocated to mcuboot flash partition (some space should be allocated for OTP) (Cf commit db07170a34f ("Platform: Allocate space in flash for OTP") in trusted-firmware-m repo) Take this into account and increase mcuboot flash partition for nucleo_l552ze_q_ns target. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
830d9bdf89
commit
5536e6198b
1 changed files with 5 additions and 5 deletions
|
@ -27,18 +27,18 @@
|
|||
|
||||
boot_partition: partition@0 {
|
||||
label = "mcuboot";
|
||||
reg = <0x00000000 0x00013000>;
|
||||
reg = <0x00000000 0x00014000>;
|
||||
read-only;
|
||||
};
|
||||
/* Secure image primary slot */
|
||||
slot0_partition: partition@00013000 {
|
||||
slot0_partition: partition@00014000 {
|
||||
label = "image-0";
|
||||
reg = <0x00013000 0x0002A000>;
|
||||
reg = <0x00014000 0x0002A000>;
|
||||
};
|
||||
/* Non-secure image primary slot */
|
||||
slot1_partition: partition@40000 {
|
||||
slot1_partition: partition@41000 {
|
||||
label = "image-1";
|
||||
reg = <0x00040000 0x00009000>;
|
||||
reg = <0x00041000 0x00009000>;
|
||||
};
|
||||
/*
|
||||
* The flash starting at 0x7F000 and ending at
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue