diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:59:51 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 0ace4d9d8f33c54611af9f9b786696305aef97c3 (patch) | |
tree | 94c23e787f60bc66ae97db402669b0434b0be5d1 /arch/powerpc/cpu | |
parent | 62d636aa2ac2171fd8105cca0b9ea96117b66547 (diff) | |
download | talos-obmc-uboot-0ace4d9d8f33c54611af9f9b786696305aef97c3.tar.gz talos-obmc-uboot-0ace4d9d8f33c54611af9f9b786696305aef97c3.zip |
powerpc: mpc8xx: remove stxxtc board support
This board has been orphaned for a while and old enough.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
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 35608a68b0..ae97f302d2 100644 --- a/arch/powerpc/cpu/mpc8xx/Kconfig +++ b/arch/powerpc/cpu/mpc8xx/Kconfig @@ -74,9 +74,6 @@ config TARGET_ELPT860 config TARGET_UC100 bool "Support uc100" -config TARGET_STXXTC - bool "Support stxxtc" - config TARGET_FPS850L bool "Support FPS850L" @@ -153,7 +150,6 @@ source "board/netvia/Kconfig" source "board/r360mpi/Kconfig" source "board/sixnet/Kconfig" source "board/spd8xx/Kconfig" -source "board/stx/stxxtc/Kconfig" source "board/svm_sc8xx/Kconfig" source "board/tqc/tqm8xx/Kconfig" |