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:
Sebastian Bøe 2022-01-04 11:17:13 +01:00 committed by Carles Cufí
commit 5536e6198b

View file

@ -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