diff options
Diffstat (limited to 'include/configs/am64x_evm.h')
-rw-r--r-- | include/configs/am64x_evm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h index 7c520f4395..16d095584e 100644 --- a/include/configs/am64x_evm.h +++ b/include/configs/am64x_evm.h @@ -22,10 +22,6 @@ #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "tispl.bin" #endif -#ifndef CONFIG_CPU_V7R -#define CONFIG_SKIP_LOWLEVEL_INIT -#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 + \ |