Commit 9b92ee91 authored by Andrej Butok's avatar Andrej Butok Committed by Jamie
Browse files

boot: zephyr: add support for LPC55Sxx



Add configuration for LPC55Sxx to MCUBoot.
It supports the upgrade only mode.

Signed-off-by: default avatarAndrej Butok <andrey.butok@nxp.com>
parent 13767d0b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=256
+6 −0
Original line number Diff line number Diff line
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=256
+6 −0
Original line number Diff line number Diff line
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=256
+6 −0
Original line number Diff line number Diff line
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

#LPC does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_MAX_IMG_SECTORS=512