Commit 53e6f5b8 authored by David Brown's avatar David Brown Committed by David Brown
Browse files

samples: zephyr: Use move swap for Zephyr tests



Change the configs for the Zephyr tests to use move swap, as this is the
code intended for future use.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent e9c6b4d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Kconfig overlay for building with ECDSA-P256 signatures
CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256=y
CONFIG_BOOT_SIGNATURE_KEY_FILE="root-ec-p256.pem"
CONFIG_BOOT_SWAP_USING_MOVE=y
+1 −0
Original line number Diff line number Diff line
# Kconfig overlay for building with RSA signatures
CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
CONFIG_BOOT_SWAP_USING_MOVE=y
+1 −0
Original line number Diff line number Diff line
# Kconfig overlay for building without validating primary slot.

# CONFIG_BOOT_VALIDATE_SLOT0 is not set
CONFIG_BOOT_SWAP_USING_MOVE=y