summaryrefslogtreecommitdiff
path: root/include/configs/am64x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-13 17:12:35 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commit4a11e34bc9c0f3818f3e847ac51c82d1c9bbb807 (patch)
tree58b384ec316de3e870b82896fb9495dbef720f53 /include/configs/am64x_evm.h
parentbab1b35c617a339da8f859bfea90ec304859b354 (diff)
Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig
This converts the following to Kconfig: CONFIG_SPL_FS_LOAD_ARGS_NAME CONFIG_SPL_FS_LOAD_KERNEL_NAME CONFIG_SPL_FS_LOAD_PAYLOAD_NAME Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am64x_evm.h')
-rw-r--r--include/configs/am64x_evm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h
index d84a8db97e..0abaddcae6 100644
--- a/include/configs/am64x_evm.h
+++ b/include/configs/am64x_evm.h
@@ -18,10 +18,6 @@
/* DDR Configuration */
#define CONFIG_SYS_SDRAM_BASE1 0x880000000
-#ifdef CONFIG_SYS_K3_SPL_ATF
-#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "tispl.bin"
-#endif
-
#define CONFIG_SPL_MAX_SIZE CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE
#if defined(CONFIG_TARGET_AM642_A53_EVM)
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + SZ_4M)