diff options
author | Haoran Wang <elven.wang@nxp.com> | 2017-02-21 13:10:08 +0800 |
---|---|---|
committer | Haoran Wang <elven.wang@nxp.com> | 2017-04-19 10:24:57 +0800 |
commit | f4cecda42eff1d8bbed2c1be0d71537b0be4c3b1 (patch) | |
tree | a761d249b9dcb90c5b68d867fe1f6aaf3f79051e /arch/arm/Kconfig | |
parent | 5f1cf1c789cc3fecd536c330cc31056415e0460d (diff) | |
download | u-boot-imx-f4cecda42eff1d8bbed2c1be0d71537b0be4c3b1.zip u-boot-imx-f4cecda42eff1d8bbed2c1be0d71537b0be4c3b1.tar.gz u-boot-imx-f4cecda42eff1d8bbed2c1be0d71537b0be4c3b1.tar.bz2 |
imx: mx6ul_aquila: Initial Murata 6ul Aquila board
Change-Id: Iaddd7750176516610b599aafcc3ff4d4690f5763
Signed-off-by: Haoran Wang <elven.wang@nxp.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 cbfc19d..4e1f49a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -572,6 +572,10 @@ config TARGET_MX6UL_14X14_EVK bool "Support mx6ul_14x14_evk" select CPU_V7 +config TARGET_MX6UL_AQUILA + bool "Support mx6ul_aquila" + select CPU_V7 + config TARGET_MX6UL_NXPU_IOPB bool "Support mx6ul_nxpu_iopb" select CPU_V7 @@ -894,6 +898,7 @@ source "board/freescale/mx6ul_14x14_evk/Kconfig" source "board/freescale/mx6ul_nxpu_iopb/Kconfig" source "board/freescale/mx6ul_14x14_ddr3_arm2/Kconfig" source "board/freescale/mx6ul_14x14_lpddr2_arm2/Kconfig" +source "board/freescale/mx6ul_aquila/Kconfig" source "board/technexion/picosom-imx6ul/Kconfig" source "board/freescale/vf610twr/Kconfig" source "board/gateworks/gw_ventana/Kconfig" |