diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:23 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:58:48 -0400 |
commit | 79d19734a9e2dbd3fc414512227a24f60cd3572a (patch) | |
tree | 5bcf8fdf082d1e42346e3c9db819b743ee918551 /arch/arm | |
parent | f6eac00aba2047dad50fb3c95a962d386b326673 (diff) | |
download | u-boot-imx-79d19734a9e2dbd3fc414512227a24f60cd3572a.zip u-boot-imx-79d19734a9e2dbd3fc414512227a24f60cd3572a.tar.gz u-boot-imx-79d19734a9e2dbd3fc414512227a24f60cd3572a.tar.bz2 |
arm: Remove portuxg20, stamp9g20 boards
These boards have not been converted to generic board by the deadline.
Remove them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-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 cb2994c..26ba5ac 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -43,10 +43,6 @@ config TARGET_PM9263 bool "Ronetix pm9263 board" select CPU_ARM926EJS -config TARGET_STAMP9G20 - bool "Support stamp9g20" - select CPU_ARM926EJS - config TARGET_AT91SAM9M10G45EK bool "Atmel AT91SAM9M10G45-EK board" select CPU_ARM926EJS @@ -147,6 +143,5 @@ source "board/ronetix/pm9g45/Kconfig" source "board/siemens/corvus/Kconfig" source "board/siemens/taurus/Kconfig" source "board/siemens/smartweb/Kconfig" -source "board/taskit/stamp9g20/Kconfig" endif |