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:
parent
413b349a06
commit
2fc776b68f
4
Kconfig
4
Kconfig
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue