summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
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 /arch/arm/cpu/armv7
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 'arch/arm/cpu/armv7')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 8f818b5..639d640 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -278,6 +278,13 @@ config TARGET_MX6ULL_14X14_EVK
select DM
select DM_THERMAL
+config TARGET_MX6ULL_9X9_EVK
+ bool "Support mx6ull_9x9_evk"
+ select BOARD_LATE_INIT
+ select MX6ULL
+ select DM
+ select DM_THERMAL
+
config TARGET_NITROGEN6X
bool "nitrogen6x"