From a62b7f0c24803528e82d88072050deaa0fc8775b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 27 May 2022 17:13:52 -0400 Subject: Convert CONFIG_SPL_TARGET to Kconfig This converts the following to Kconfig: CONFIG_SPL_TARGET Signed-off-by: Tom Rini --- configs/socfpga_agilex_atf_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/socfpga_agilex_atf_defconfig') diff --git a/configs/socfpga_agilex_atf_defconfig b/configs/socfpga_agilex_atf_defconfig index ebe90ce2a5..e20789a6b4 100644 --- a/configs/socfpga_agilex_atf_defconfig +++ b/configs/socfpga_agilex_atf_defconfig @@ -43,6 +43,7 @@ CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x02000000 CONFIG_SPL_ATF=y CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y +CONFIG_SPL_TARGET="spl/u-boot-spl-dtb.hex" CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="SOCFPGA_AGILEX # " CONFIG_SYS_MAXARGS=64 -- cgit v1.2.1