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:
parent
5f4e1484b7
commit
809e77d2c3
|
@ -0,0 +1,4 @@
|
|||
# Copyright 2021 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=1024
|
|
@ -0,0 +1,4 @@
|
|||
# Copyright 2021 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_BOOT_MAX_IMG_SECTORS=1024
|
Loading…
Reference in New Issue