diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:08 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:51 -0500 |
commit | 3c5b20f1b7c6687813d193033adddf0f93a3335d (patch) | |
tree | 21265833778410188f2c5a21e8674aae221f8e0e /arch/powerpc/cpu | |
parent | ceaf499b5050c439448d85473ec1f87a033f6248 (diff) | |
download | u-boot-imx-3c5b20f1b7c6687813d193033adddf0f93a3335d.zip u-boot-imx-3c5b20f1b7c6687813d193033adddf0f93a3335d.tar.gz u-boot-imx-3c5b20f1b7c6687813d193033adddf0f93a3335d.tar.bz2 |
mpc8xx: remove ELPT860 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: The LEOX team <team@leox.org>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Kconfig b/arch/powerpc/cpu/mpc8xx/Kconfig index 9eb7e17..30f8533 100644 --- a/arch/powerpc/cpu/mpc8xx/Kconfig +++ b/arch/powerpc/cpu/mpc8xx/Kconfig @@ -43,9 +43,6 @@ config TARGET_KUP4K config TARGET_KUP4X bool "Support KUP4X" -config TARGET_ELPT860 - bool "Support ELPT860" - config TARGET_TQM823L bool "Support TQM823L" @@ -84,7 +81,6 @@ config TARGET_TQM885D endchoice -source "board/LEOX/elpt860/Kconfig" source "board/RRvision/Kconfig" source "board/cogent/Kconfig" source "board/esteem192e/Kconfig" |