configs: move CONFIG_SPL_TEXT_BASE to Kconfig
[oweals/u-boot.git] / include / configs / am65x_evm.h
index 9ce5b6e8241eb02176ee88ac7d90c76957ff2f61..b043bf886bf828d2150b082b18e9cb4c953ecea9 100644 (file)
 #define CONFIG_SYS_SDRAM_BASE1         0x880000000
 
 /* SPL Loader Configuration */
-#ifdef CONFIG_TARGET_AM654_A53_EVM
-#define CONFIG_SPL_TEXT_BASE           0x80080000
-#else
-#define CONFIG_SPL_TEXT_BASE           0x41c00000
-#endif
 
 #ifdef CONFIG_SYS_K3_SPL_ATF
 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME        "tispl.bin"