diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:06 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 14:52:11 -0400 |
commit | bc0840bcb73277bb36a8ecd59653d6b0e4287e99 (patch) | |
tree | b09affe21f4b30e43020c50d7d3a8b7d06c0a2d5 /arch/arm | |
parent | 3eb8f58d759fa243c09195acff6ff9d6f4e3636f (diff) |
arm: Remove imx27lite, imx27_litekit and magnesium 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/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 277339f60f..6daa969dd6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -152,14 +152,6 @@ config TARGET_APF27 select CPU_ARM926EJS select SUPPORT_SPL -config TARGET_IMX27LITE - bool "Support imx27lite" - select CPU_ARM926EJS - -config TARGET_MAGNESIUM - bool "Support magnesium" - select CPU_ARM926EJS - config TARGET_APX4DEVKIT bool "Support apx4devkit" select CPU_ARM926EJS @@ -831,7 +823,6 @@ source "board/imx31_phycore/Kconfig" source "board/isee/igep0033/Kconfig" source "board/jornada/Kconfig" source "board/karo/tx25/Kconfig" -source "board/logicpd/imx27lite/Kconfig" source "board/logicpd/imx31_litekit/Kconfig" source "board/maxbcm/Kconfig" source "board/mpl/vcma9/Kconfig" |