diff options
author | Masahiro Yamada | 2014-08-06 12:59:55 +0900 |
---|---|---|
committer | Tom Rini | 2014-08-21 12:01:12 -0400 |
commit | aec6f8c59f7b24b46156917a1f41f647c3fa01aa (patch) | |
tree | ed3506f720223556afdc61e9225fc8850c660837 /arch/powerpc | |
parent | 6bde1ec10ff438170721624ca87b86fd25669b3b (diff) |
powerpc: mpc8xx: remove FLAGADM 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')
-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 d5cec1f27eb..2c39244fa76 100644 --- a/arch/powerpc/cpu/mpc8xx/Kconfig +++ b/arch/powerpc/cpu/mpc8xx/Kconfig @@ -14,9 +14,6 @@ config TARGET_COGENT_MPC8XX config TARGET_ESTEEM192E bool "Support ESTEEM192E" -config TARGET_FLAGADM - bool "Support FLAGADM" - config TARGET_HERMES bool "Support hermes" @@ -127,7 +124,6 @@ source "board/cogent/Kconfig" source "board/eltec/mhpc/Kconfig" source "board/emk/top860/Kconfig" source "board/esteem192e/Kconfig" -source "board/flagadm/Kconfig" source "board/hermes/Kconfig" source "board/icu862/Kconfig" source "board/ip860/Kconfig" |