summaryrefslogtreecommitdiff
path: root/configs/imx8qxp_lpddr4_arm2_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-07-12 04:36:47 -0500
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:02 +0800
commite744b680019769127662c85f057cb2dcdecfc664 (patch)
tree46b29ea4663f3c0e2f26a08f01eb5bf2886e1195 /configs/imx8qxp_lpddr4_arm2_defconfig
parent704c1c357d5566e6b3a72c57427d90ba08f9ef0f (diff)
MLK-15958-3 iMX8QM/QXP ARM2: Enable the SPI flash 4bytes address mode
Disable the CONFIG_SPI_FLASH_BAR which uses the bank register, enable the 4bytes address mode config CONFIG_SPI_FLASH_4BYTES_ADDR. So that the whole 64MB SPI flash memory are ok to access. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/imx8qxp_lpddr4_arm2_defconfig')
-rw-r--r--configs/imx8qxp_lpddr4_arm2_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8qxp_lpddr4_arm2_defconfig b/configs/imx8qxp_lpddr4_arm2_defconfig
index 4b73e7f107..844bc7a2fd 100644
--- a/configs/imx8qxp_lpddr4_arm2_defconfig
+++ b/configs/imx8qxp_lpddr4_arm2_defconfig
@@ -42,7 +42,7 @@ CONFIG_FSL_FSPI=y
CONFIG_DM_SPI=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH=y
-CONFIG_SPI_FLASH_BAR=y
+CONFIG_SPI_FLASH_4BYTES_ADDR=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_CMD_SF=y