diff options
author | Haoran Wang <Haoran.Wang@freescale.com> | 2016-01-15 00:38:53 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2016-03-04 15:35:55 +0800 |
commit | 0c0e7b5ee4fa3d285e3736bba369cf52481e6269 (patch) | |
tree | f6b256c023c050875b01361343410677e094a2f8 /arch/arm/Kconfig | |
parent | e20226ce2efec65452be1f52343626b99d7479d3 (diff) | |
download | u-boot-imx-0c0e7b5ee4fa3d285e3736bba369cf52481e6269.zip u-boot-imx-0c0e7b5ee4fa3d285e3736bba369cf52481e6269.tar.gz u-boot-imx-0c0e7b5ee4fa3d285e3736bba369cf52481e6269.tar.bz2 |
MA-7455 Import picosom boot codes
Imported the picosom boot codes and board
configs from technexion.
Signed-off-by: Tapani Utriainen <tapani@technexion.com>
Signed-off-by: Haoran Wang <Haoran.Wang@freescale.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0c82b17..ad986f1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -576,6 +576,10 @@ config TARGET_MX6UL_14X14_LPDDR2_ARM2 bool "Support mx6ul_14x14_lpddr2_arm2" select CPU_V7 +config TARGET_PICOSOM_IMX6UL + bool "Support picosom-imx6ul" + select CPU_V7 + config TARGET_GW_VENTANA bool "Support gw_ventana" select CPU_V7 @@ -880,6 +884,7 @@ source "board/freescale/mx7dsabresd/Kconfig" source "board/freescale/mx6ul_14x14_evk/Kconfig" source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig" source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig" +source "board/technexion/picosom-imx6ul/Kconfig" source "board/freescale/vf610twr/Kconfig" source "board/gateworks/gw_ventana/Kconfig" source "board/genesi/mx51_efikamx/Kconfig" |