diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-10 11:35:39 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:06:25 +0800 |
commit | 5827aa3d321d3316ba4100175afb9b39113bf893 (patch) | |
tree | d60f82d903a472fcd10b73fca4e7e4329758ec86 /arch/arm | |
parent | df142b5636929eb52b7e4c312e187a029981bc81 (diff) | |
download | u-boot-imx-5827aa3d321d3316ba4100175afb9b39113bf893.zip u-boot-imx-5827aa3d321d3316ba4100175afb9b39113bf893.tar.gz u-boot-imx-5827aa3d321d3316ba4100175afb9b39113bf893.tar.bz2 |
MLK-14391-1 mx6sxarm2: Add mx6sx 14x14/17x17/19x19 arm2 board codes
Copy the board codes and build configurations for i.MX6SX 14x14/17x17/19x19
ARM2 boards from v2016.03 as the base for converting to OF_CONTROL and
DM driver.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/mx6/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig index 3c5dc81..fe5c06d 100644 --- a/arch/arm/cpu/armv7/mx6/Kconfig +++ b/arch/arm/cpu/armv7/mx6/Kconfig @@ -250,6 +250,30 @@ config TARGET_MX6SXSABREAUTO select DM_THERMAL select BOARD_EARLY_INIT_F +config TARGET_MX6SX_14X14_ARM2 + bool "mx6sx_14x14_arm2" + select MX6SX + select DM + select DM_THERMAL + select BOARD_EARLY_INIT_F + select BOARD_LATE_INIT + +config TARGET_MX6SX_17X17_ARM2 + bool "mx6sx_17x17_arm2" + select MX6SX + select DM + select DM_THERMAL + select BOARD_EARLY_INIT_F + select BOARD_LATE_INIT + +config TARGET_MX6SX_19X19_ARM2 + bool "mx6sx_19x19_arm2" + select MX6SX + select DM + select DM_THERMAL + select BOARD_EARLY_INIT_F + select BOARD_LATE_INIT + config TARGET_MX6UL_9X9_EVK bool "mx6ul_9x9_evk" select BOARD_LATE_INIT @@ -434,6 +458,8 @@ source "board/freescale/mx6sll_arm2/Kconfig" source "board/freescale/mx6sllevk/Kconfig" source "board/freescale/mx6sxsabresd/Kconfig" source "board/freescale/mx6sxsabreauto/Kconfig" +source "board/freescale/mx6sx_17x17_arm2/Kconfig" +source "board/freescale/mx6sx_19x19_arm2/Kconfig" source "board/freescale/mx6ul_14x14_evk/Kconfig" source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig" source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig" |