diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 15:00:52 -0400 |
commit | 0c81f37d9a22b38368296ffd9ea008add8657f7d (patch) | |
tree | 5f73d758a7227712d930211a2a68fe030ca26deb /arch/arm | |
parent | f73db66d6205438e499c725416c222642167c6d9 (diff) |
arm: Remove tt01 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')
-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 ad3f554ccc..4b684eb07e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -244,10 +244,6 @@ config TARGET_MX31PDK select CPU_ARM1136 select SUPPORT_SPL -config TARGET_TT01 - bool "Support tt01" - select CPU_ARM1136 - config TARGET_WOODBURN bool "Support woodburn" select CPU_ARM1136 @@ -764,7 +760,6 @@ source "board/freescale/mx53smd/Kconfig" source "board/freescale/vf610twr/Kconfig" source "board/gumstix/pepper/Kconfig" source "board/h2200/Kconfig" -source "board/hale/tt01/Kconfig" source "board/hisilicon/hikey/Kconfig" source "board/imx31_phycore/Kconfig" source "board/isee/igep0033/Kconfig" |