4796746b5e
This make MCUboot build as Zephyr application. Providing optinal 2nd stage bootloader to the IDF bootloader, which is used by default. This provides more flexibility when building and loading multiple images and aims to brings better DX to users by using the sysbuild. MCUboot and applications has now separate linker scripts. Signed-off-by: Marek Matej <marek.matej@espressif.com>
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice BOOTLOADER
|
|
default BOOTLOADER_MCUBOOT
|
|
endchoice
|
|
|
|
choice BOOT_SIGNATURE_TYPE
|
|
default BOOT_SIGNATURE_TYPE_NONE
|
|
endchoice
|