boot: zephyr: Config mimxrt1020_evk and mimxrt1050_evk_qspi

The mimxrt1020_evk and mimxrt1050_evk_qspi boards have large
slots so we need to increase CONFIG_BOOT_MAX_IMG_SECTORS from
the default.

Signed-off-by: Xabier Marquiegui <xmarquiegui@ainguraiiot.com>
This commit is contained in:
Xabier Marquiegui 2021-09-20 11:50:52 +02:00 committed by Fabio Utzig
parent 5f4e1484b7
commit 809e77d2c3
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Copyright 2021 NXP
# SPDX-License-Identifier: Apache-2.0
CONFIG_BOOT_MAX_IMG_SECTORS=1024

View File

@ -0,0 +1,4 @@
# Copyright 2021 NXP
# SPDX-License-Identifier: Apache-2.0
CONFIG_BOOT_MAX_IMG_SECTORS=1024