spl: Kconfig: update SPL_KERNEL_BOOT_SECTOR depend on

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: I0284e105960dd58690c779903c227c371a4611fc
This commit is contained in:
Weiwen Chen 2020-11-24 15:16:00 +08:00 committed by Jianhong Chen
parent d3ae171348
commit 4623d13df7
1 changed files with 1 additions and 0 deletions

View File

@ -858,6 +858,7 @@ config SPL_KERNEL_BOOT
config SPL_KERNEL_BOOT_SECTOR config SPL_KERNEL_BOOT_SECTOR
hex "Sector address to load kernel in SPL" hex "Sector address to load kernel in SPL"
depends on SPL_KERNEL_BOOT depends on SPL_KERNEL_BOOT
depends on !SPL_LIBDISK_SUPPORT
default 0xa000 default 0xa000
if SPL_LOAD_RKFW if SPL_LOAD_RKFW