diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-10-19 10:37:17 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2016-10-19 10:37:17 +0800 |
commit | 74054cc9eb8077b375f41235b081f1a1596fa4a6 (patch) | |
tree | 62ca21ffa40e1651ee1fe2e15eb187a5a48575a6 /arch | |
parent | 4deeb82446def7ac7b74c6fec61cefe7893eae06 (diff) | |
download | u-boot-imx-74054cc9eb8077b375f41235b081f1a1596fa4a6.zip u-boot-imx-74054cc9eb8077b375f41235b081f1a1596fa4a6.tar.gz u-boot-imx-74054cc9eb8077b375f41235b081f1a1596fa4a6.tar.bz2 |
MLK-13352 imx: mx6sll: support mx6sllevk board
Add mx6sll evk board support.
USB/LCDIF/I2C/SD/EMMC/WDOG supported.
The ddr script is from mx6sll lpddr3 arm2 board.
Signed-off-by: Ye.Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 20bca8c..1293f3f 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -102,6 +102,12 @@ config TARGET_MX6SLEVK select DM select DM_THERMAL +config TARGET_MX6SLLEVK + bool "mx6sll evk" + select MX6SLL + select DM + select DM_THERMAL + config TARGET_MX6SLL_ARM2 bool "mx6sll arm2" select MX6SLL @@ -238,6 +244,7 @@ source "board/freescale/mx6qarm2/Kconfig" source "board/freescale/mx6qsabreauto/Kconfig" source "board/freescale/mx6sabresd/Kconfig" source "board/freescale/mx6slevk/Kconfig" +source "board/freescale/mx6sllevk/Kconfig" source "board/freescale/mx6sll_arm2/Kconfig" source "board/freescale/mx6sxsabresd/Kconfig" source "board/freescale/mx6sxsabreauto/Kconfig" |