diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-26 22:52:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 22:52:19 -0500 |
commit | 5d5833af64bbafb308b3a2415e3186def678861b (patch) | |
tree | 4d6f9762fb060dee45f5771604d61d5906aa5d66 /include/configs/am65x_evm.h | |
parent | 430c166bcedd22e0ce93ce298747275f814b172f (diff) | |
parent | 70c44f171882768fc6e4dcb0435110b7f897d02e (diff) |
Merge branch '2018-11-26-master-imports'
- chiliboard updates
- misc TI platform updates
Diffstat (limited to 'include/configs/am65x_evm.h')
-rw-r--r-- | include/configs/am65x_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h index 484c5ef2fe..31749c6d06 100644 --- a/include/configs/am65x_evm.h +++ b/include/configs/am65x_evm.h @@ -29,7 +29,9 @@ #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 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \ |