summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-10-31 20:15:58 -0700
committerNitin Garg <nitin.garg@nxp.com>2018-11-02 20:50:09 -0500
commitaa4fea4f39d0c834a01b9261a6d64f3b5f600b7b (patch)
tree29c7c73f14f1ebd8d8c9fb1386503b6bb9dd71ef /configs
parent04b813d4687028ce65c9772029d5da5500ec2e1c (diff)
MLK-20154-2 imx8mm_ddr3l_val: Add SPI NOR support
iMX8MM DDR3L validation board uses FPGA to link with SPI NOR flash on ECSPI1 port. Update the codes and configurations to enable the ECSPI1 to access SPI NOR in u-boot. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/imx8mm_ddr3l_val_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/imx8mm_ddr3l_val_defconfig b/configs/imx8mm_ddr3l_val_defconfig
index 5f7b9c9598..6f80330978 100644
--- a/configs/imx8mm_ddr3l_val_defconfig
+++ b/configs/imx8mm_ddr3l_val_defconfig
@@ -54,3 +54,8 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
CONFIG_CMD_NAND=y
CONFIG_CMD_UBI=y
+
+CONFIG_CMD_SF=y
+CONFIG_MXC_SPI=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_GIGADEVICE=y \ No newline at end of file