Skip to content
Commit ac14155a authored by Kautuk Consul's avatar Kautuk Consul Committed by Leo Yu-Chi Liang
Browse files

common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload



When we enable CONFIG_SPL and CONFIG_SPL_SEMIHOSTING then the code
in common/spl/spl_semihosting.c tries to use the
CONFIG_SPL_FS_LOAD_PAYLOAD_NAME string which remains undeclared
unless SPL_FS_EXT4 || SPL_FS_FAT || SPL_FS_SQUASHFS are configured.

Add a dependency of SPL_SEMIHOSTING in the depends for
SPL_FS_LOAD_PAYLOAD_NAME so that the code compiles fine.

Signed-off-by: default avatarKautuk Consul <kconsul@ventanamicro.com>
Reviewed-by: default avatarLeo Yu-Chi Liang <ycliang@andestech.com>
parent ae3527f0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment