spl: add SPL_KERNEL_BOOT

Change-Id: I6460bf6fa4535c60d956bba6c3c2f00b6b61bf45
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
Jason Zhu 2020-02-17 09:51:02 +08:00 committed by Jianhong Chen
parent 49f617a949
commit dd04b7cb10
1 changed files with 6 additions and 0 deletions

View File

@ -833,6 +833,12 @@ config SPL_RAMDISK_ADDR
Define the ramdisk address where load ramdisk image to. Define the ramdisk address where load ramdisk image to.
This is used to boot kernel in spl. 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 config TPL
bool bool
depends on SUPPORT_TPL depends on SUPPORT_TPL