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:53:39 +0800 |
commit | d102c193f3f903055239f07ddbaab63715dbf82f (patch) | |
tree | f6b256c023c050875b01361343410677e094a2f8 /arch/arm/Kconfig | |
parent | f5dd3579cf2d36156f5ec798217a2d7c28a8063c (diff) | |
download | u-boot-imx-d102c193f3f903055239f07ddbaab63715dbf82f.zip u-boot-imx-d102c193f3f903055239f07ddbaab63715dbf82f.tar.gz u-boot-imx-d102c193f3f903055239f07ddbaab63715dbf82f.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" |