Enable the BIST driver to be able to successfully probe and trigger BIST tests on MAIN_R5 cores.
Signed-off-by: Neha Malcom Francis <[email protected]> --- configs/j784s4_evm_a72_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/j784s4_evm_a72_defconfig b/configs/j784s4_evm_a72_defconfig index c7fc6bedda3..643e73dc7e4 100644 --- a/configs/j784s4_evm_a72_defconfig +++ b/configs/j784s4_evm_a72_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_K3=y CONFIG_SYS_MALLOC_LEN=0x2000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_SPL_GPIO=y +CONFIG_K3_BIST=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_NR_DRAM_BANKS=2 -- 2.34.1

