diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 03:28:06 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 15:00:03 (GMT) |
commit | 470ee8b12579ee24ed56280ed7ecf2052c9048e7 (patch) | |
tree | 129fa4a0de02449f01200b4c71212f8d2b47ff08 /arch | |
parent | 2da8137b450304070364ec7bb3cf93034f0230c1 (diff) | |
download | u-boot-470ee8b12579ee24ed56280ed7ecf2052c9048e7.tar.xz |
powerpc: mpc5xxx: remove aev, TB5200 board support
They have not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc5xxx/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/cpu/mpc5xxx/Kconfig b/arch/powerpc/cpu/mpc5xxx/Kconfig index 1b81fb5..e2d48f3 100644 --- a/arch/powerpc/cpu/mpc5xxx/Kconfig +++ b/arch/powerpc/cpu/mpc5xxx/Kconfig @@ -65,15 +65,9 @@ config TARGET_DIGSY_MTC config TARGET_PCM030 bool "Support pcm030" -config TARGET_AEV - bool "Support aev" - config TARGET_CHARON bool "Support charon" -config TARGET_TB5200 - bool "Support TB5200" - config TARGET_TQM5200 bool "Support TQM5200" |