diff options
author | Juan Gutierrez <juan.gutierrez@nxp.com> | 2016-09-02 13:07:48 -0500 |
---|---|---|
committer | Juan Gutierrez <juan.gutierrez@nxp.com> | 2016-10-24 19:05:18 -0500 |
commit | 7214c6dcb31cef5db55de6913abb95247ffb17db (patch) | |
tree | 826eb5381b9805a35e926bbf7ef46f1f4a434c6f /arch | |
parent | 0ec2a019117bb2d59b9672a145b4684313d92782 (diff) | |
download | u-boot-imx-7214c6dcb31cef5db55de6913abb95247ffb17db.zip u-boot-imx-7214c6dcb31cef5db55de6913abb95247ffb17db.tar.gz u-boot-imx-7214c6dcb31cef5db55de6913abb95247ffb17db.tar.bz2 |
MLK-13255 imx: mx6dqscm: generic mx6dqscm board support
Provide the generic support for i.MX6DQ SCM boards
- LPDDR2 memory configuration files for 1GB, 2GB and 512MB.
- plugin support for the above configurations.
- fix and interleave memory mode (selected by CONFIG option)
- driver support for: uart, spi, i2c, usb, sata and fec.
- Android support
Signed-off-by: Juan Gutierrez <juan.gutierrez@nxp.com>
Signed-off-by: Alejandro Sierra <alejandro.sierra@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 44a3860..1b6dfe7 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -211,6 +211,11 @@ config TARGET_WANDBOARD config TARGET_WARP bool "WaRP" +config TARGET_MX6DQSCM + bool "mx6dqscm" + select DM + select DM_THERMAL + endchoice config SYS_SOC @@ -247,5 +252,6 @@ source "board/tqc/tqma6/Kconfig" source "board/udoo/Kconfig" source "board/wandboard/Kconfig" source "board/warp/Kconfig" +source "board/freescale/mx6dqscm/Kconfig" endif |