diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 17:15:12 -0400 |
commit | b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0 (patch) | |
tree | acb8c7b06638f5f6e35a962a785eb21403ba0c61 /arch/arm/Kconfig | |
parent | ad4f54ea86bd8a1836bd270566374927fe9c5b08 (diff) | |
download | u-boot-imx-b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0.zip u-boot-imx-b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0.tar.gz u-boot-imx-b9599dd857b3f6ed9c7c7e7438dffb84ee5ce1a0.tar.bz2 |
arm: Remove tx25 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e9cd91a..9fd248f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -134,11 +134,6 @@ config TARGET_MX25PDK bool "Support mx25pdk" select CPU_ARM926EJS -config TARGET_TX25 - bool "Support tx25" - select CPU_ARM926EJS - select SUPPORT_SPL - config TARGET_ZMX25 bool "Support zmx25" select CPU_ARM926EJS @@ -739,7 +734,6 @@ source "board/h2200/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/imx31_phycore/Kconfig" source "board/isee/igep0033/Kconfig" -source "board/karo/tx25/Kconfig" source "board/maxbcm/Kconfig" source "board/mpl/vcma9/Kconfig" source "board/olimex/mx23_olinuxino/Kconfig" |