diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-24 11:45:08 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-24 17:07:17 -0500 |
commit | 29fc6f24926e2c9d37dbbc37a2e2df2eced4c678 (patch) | |
tree | a95610791088b1d679fc355f2f122fc290e633c3 /arch/arm/Kconfig | |
parent | a2f39e830e509cb63aad2c752573d1c871a1d4bf (diff) | |
download | u-boot-imx-29fc6f24926e2c9d37dbbc37a2e2df2eced4c678.zip u-boot-imx-29fc6f24926e2c9d37dbbc37a2e2df2eced4c678.tar.gz u-boot-imx-29fc6f24926e2c9d37dbbc37a2e2df2eced4c678.tar.bz2 |
ARM: remove a320evb board support
This is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Po-Yu Chuang <ratbert@faraday-tech.com>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index db31be9..f6a1720 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -73,10 +73,6 @@ config TARGET_INTEGRATORCP_CM920T bool "Support integratorcp_cm920t" select CPU_ARM920T -config TARGET_A320EVB - bool "Support a320evb" - select CPU_ARM920T - config ARCH_AT91 bool "Atmel AT91" @@ -770,7 +766,6 @@ source "board/denx/m28evk/Kconfig" source "board/denx/m53evk/Kconfig" source "board/embest/mx6boards/Kconfig" source "board/esg/ima3-mx53/Kconfig" -source "board/faraday/a320evb/Kconfig" source "board/freescale/ls2085a/Kconfig" source "board/freescale/ls1021aqds/Kconfig" source "board/freescale/ls1021atwr/Kconfig" |