summaryrefslogtreecommitdiff
path: root/configs/mx6ull_14x14_evk_plugin_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-03-07 20:24:19 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:44 +0800
commitc41050e26ac5e73187f2a54b527b03de5be7a81e (patch)
tree6099f56e4202bddbde713ba6db410dda13f40e1f /configs/mx6ull_14x14_evk_plugin_defconfig
parent7901123eb0ed7e08e8a7e671a661b1ff8043bf2e (diff)
downloadu-boot-imx-c41050e26ac5e73187f2a54b527b03de5be7a81e.zip
u-boot-imx-c41050e26ac5e73187f2a54b527b03de5be7a81e.tar.gz
u-boot-imx-c41050e26ac5e73187f2a54b527b03de5be7a81e.tar.bz2
MLK-14375-1 mx6ullevk: Update board codes to align with v2016.03
Update mx6ull evk to add features from v2016.03. 1. Add support for NAND flash. 2. Add support for QSPI DM driver. 3. Add USB DM driver support. 4. Add two FEC support by using DM FEC driver 5. Update environments for various boot devices support: SD/NAND/eMMC/QSPI 6. Add MFGtool environments. 7. Add board codes for 9x9 EVK board For the DTS file, some changes are needed for using QSPI DM driver 1. Add spi0 alias for qspi node. Which is used for bus number 0. 2. Modify the n25q256a@0 compatible property to "spi-flash". 3. Modify spi4 (gpio_spi) node to spi5 Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6ull_14x14_evk_plugin_defconfig')
-rw-r--r--configs/mx6ull_14x14_evk_plugin_defconfig17
1 files changed, 16 insertions, 1 deletions
diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig
index a22896f..6c09704 100644
--- a/configs/mx6ull_14x14_evk_plugin_defconfig
+++ b/configs/mx6ull_14x14_evk_plugin_defconfig
@@ -12,11 +12,14 @@ CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
CONFIG_CMD_MEMTEST=y
CONFIG_CMD_MMC=y
+CONFIG_CMD_SF=y
+CONFIG_CMD_USB=y
CONFIG_CMD_I2C=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
+CONFIG_CMD_NET=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
@@ -28,8 +31,20 @@ CONFIG_DM_GPIO=y
CONFIG_DM_74X164=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y
+CONFIG_SPI_FLASH_STMICRO=y
# CONFIG_DM_MMC_OPS is not set
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_REGULATOR=y
-CONFIG_DM_SPI=y
+CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_REGULATOR_GPIO=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_STORAGE=y
+CONFIG_FSL_QSPI=y
+CONFIG_DM_ETH=y