From d0289282537d233d46e312b2167fc9c3a03bac7a Mon Sep 17 00:00:00 2001 From: Kuldeep Singh Date: Thu, 21 Nov 2019 17:15:18 +0530 Subject: configs: ls1028a: Enable FSPI_AHB_EN_4B config Enable 4-byte Fast Read command for Flexspi AHB mode Signed-off-by: Kuldeep Singh Signed-off-by: Priyanka Jain --- configs/ls1028aqds_tfa_SECURE_BOOT_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ls1028aqds_tfa_SECURE_BOOT_defconfig') diff --git a/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig b/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig index a69e892cee..31e3b5a9b6 100644 --- a/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1028aqds_tfa_SECURE_BOOT_defconfig @@ -3,6 +3,7 @@ CONFIG_TARGET_LS1028AQDS=y CONFIG_TFABOOT=y CONFIG_SYS_MALLOC_F_LEN=0x6000 CONFIG_NXP_ESBC=y +CONFIG_FSPI_AHB_EN_4BYTE=y CONFIG_SYS_FSL_SDHC_CLK_DIV=1 CONFIG_ENV_SIZE=0x2000 CONFIG_NR_DRAM_BANKS=2 -- cgit