rockchip: Kconfig: add option to choose fit image pack
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I6551be3357ef55d789a4cf90d02d2224041b893d
This commit is contained in:
parent
03fd0d5bb1
commit
b9e68cc3b8
|
|
@ -681,6 +681,12 @@ config ROCKCHIP_PRELOADER_SERIAL
|
|||
This enable U-Boot using pre-loader atags serial configure to initialize console.
|
||||
It denpends on serial aliases to find pre-loader serial number.
|
||||
|
||||
config ROCKCHIP_FIT_IMAGE_PACK
|
||||
bool "Rockchip fit image pack of U-Boot and TEE"
|
||||
default n
|
||||
help
|
||||
This enable fit image pack of U-Boot and TEE, it's used for make.sh script.
|
||||
|
||||
config GICV2
|
||||
bool "ARM GICv2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue