mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
configs: lx2160a: Enable FSPI_AHB_EN_4B config
Enable 4-byte Fast Read command for Flexspi AHB mode Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
d028928253
commit
7bd1e7b7d1
4 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ CONFIG_TFABOOT=y
|
|||
CONFIG_SYS_TEXT_BASE=0x82000000
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x6000
|
||||
CONFIG_NXP_ESBC=y
|
||||
CONFIG_FSPI_AHB_EN_4BYTE=y
|
||||
CONFIG_ENV_SIZE=0x2000
|
||||
CONFIG_NR_DRAM_BANKS=3
|
||||
CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y
|
||||
|
|
|
@ -3,6 +3,7 @@ CONFIG_TARGET_LX2160AQDS=y
|
|||
CONFIG_TFABOOT=y
|
||||
CONFIG_SYS_TEXT_BASE=0x82000000
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x6000
|
||||
CONFIG_FSPI_AHB_EN_4BYTE=y
|
||||
CONFIG_ENV_SIZE=0x2000
|
||||
CONFIG_ENV_OFFSET=0x500000
|
||||
CONFIG_NR_DRAM_BANKS=3
|
||||
|
|
|
@ -5,6 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x82000000
|
|||
CONFIG_SYS_MALLOC_F_LEN=0x6000
|
||||
CONFIG_NXP_ESBC=y
|
||||
CONFIG_EMC2305=y
|
||||
CONFIG_FSPI_AHB_EN_4BYTE=y
|
||||
CONFIG_ENV_SIZE=0x2000
|
||||
CONFIG_NR_DRAM_BANKS=3
|
||||
CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT=y
|
||||
|
|
|
@ -4,6 +4,7 @@ CONFIG_TFABOOT=y
|
|||
CONFIG_SYS_TEXT_BASE=0x82000000
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x6000
|
||||
CONFIG_EMC2305=y
|
||||
CONFIG_FSPI_AHB_EN_4BYTE=y
|
||||
CONFIG_ENV_SIZE=0x2000
|
||||
CONFIG_ENV_OFFSET=0x500000
|
||||
CONFIG_NR_DRAM_BANKS=3
|
||||
|
|
Loading…
Add table
Reference in a new issue