summaryrefslogtreecommitdiff
path: root/configs/socfpga_n5x_atf_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-28 00:13:52 +0300
committerTom Rini <trini@konsulko.com>2022-06-06 19:09:29 +0300
commita62b7f0c24803528e82d88072050deaa0fc8775b (patch)
treee40e577bb39504cba557954cd8975be21d0cef3f /configs/socfpga_n5x_atf_defconfig
parentcad7f4bab842aefa6b4ec44312ad6b50db024526 (diff)
downloadu-boot-a62b7f0c24803528e82d88072050deaa0fc8775b.tar.xz
Convert CONFIG_SPL_TARGET to Kconfig
This converts the following to Kconfig: CONFIG_SPL_TARGET Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/socfpga_n5x_atf_defconfig')
-rw-r--r--configs/socfpga_n5x_atf_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_n5x_atf_defconfig b/configs/socfpga_n5x_atf_defconfig
index dd0ad36b4b..77d868a74a 100644
--- a/configs/socfpga_n5x_atf_defconfig
+++ b/configs/socfpga_n5x_atf_defconfig
@@ -42,6 +42,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_N5X # "
CONFIG_SYS_MAXARGS=64