diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:19 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:57:40 -0400 |
commit | 819216ddfab1e81430086fd0c8e7f187c38dd81a (patch) | |
tree | 6436c43254d01fb4768b555e8ee8ba74cba6ee12 /arch/arm/mach-at91 | |
parent | 7a2c1b13d70f38c38c4a4fe153265a861ebd5cd2 (diff) | |
download | u-boot-imx-819216ddfab1e81430086fd0c8e7f187c38dd81a.zip u-boot-imx-819216ddfab1e81430086fd0c8e7f187c38dd81a.tar.gz u-boot-imx-819216ddfab1e81430086fd0c8e7f187c38dd81a.tar.bz2 |
arm: Remove otc570 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/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index de06416..cb2994c 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -103,10 +103,6 @@ config TARGET_MEESC bool "Support meesc" select CPU_ARM926EJS -config TARGET_OTC570 - bool "Support otc570" - select CPU_ARM926EJS - config TARGET_CORVUS bool "Support corvus" select CPU_ARM926EJS @@ -144,7 +140,6 @@ source "board/BuS/vl_ma2sc/Kconfig" source "board/calao/usb_a9263/Kconfig" source "board/egnite/ethernut5/Kconfig" source "board/esd/meesc/Kconfig" -source "board/esd/otc570/Kconfig" source "board/mini-box/picosam9g45/Kconfig" source "board/ronetix/pm9261/Kconfig" source "board/ronetix/pm9263/Kconfig" |