Kconfig: default 2 copies of u-boot.itb for uboot.img

Backup is required for OTA, we proivde at least 2 copies.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I31303dbeac5fb458f343976290296396c24f988f
This commit is contained in:
Joseph Chen 2020-04-20 10:52:44 +08:00
parent 413b349a06
commit 2fc776b68f
1 changed files with 2 additions and 2 deletions

View File

@ -339,12 +339,12 @@ config SPL_FIT_IMAGE_KB
depends on SPL_FIT
default 2048
help
SPL FIT image size in KiB.
SPL FIT image size in KiB, default 2048KB = 1024KB(u-boot) + 1024KB(tee/atf + others).
config SPL_FIT_IMAGE_MULTIPLE
int "SPL FIT image multiple number"
depends on SPL_FIT
default 1
default 2
help
SPL FIT image multiple number.