spl: add SPL_KERNEL_BOOT
Change-Id: I6460bf6fa4535c60d956bba6c3c2f00b6b61bf45 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
parent
49f617a949
commit
dd04b7cb10
|
|
@ -833,6 +833,12 @@ config SPL_RAMDISK_ADDR
|
|||
Define the ramdisk address where load ramdisk image to.
|
||||
This is used to boot kernel in spl.
|
||||
|
||||
config SPL_KERNEL_BOOT
|
||||
bool "Enable boot kernel in SPL"
|
||||
depends on SPL
|
||||
help
|
||||
Enable boot kernel in SPL.
|
||||
|
||||
config TPL
|
||||
bool
|
||||
depends on SUPPORT_TPL
|
||||
|
|
|
|||
Loading…
Reference in New Issue