diff options
| author | Masahiro Yamada <[email protected]> | 2015-01-23 00:24:20 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-01-23 16:53:52 -0500 |
| commit | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (patch) | |
| tree | 501bd4dfe7c2a811eb2e2e74efa55125bfc0078c /arch | |
| parent | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (diff) | |
powerpc: mpc5xxx: remove Total5200 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/cpu/mpc5xxx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc5xxx/Kconfig b/arch/powerpc/cpu/mpc5xxx/Kconfig index e2e9cb77b0a..9585c80ed8b 100644 --- a/arch/powerpc/cpu/mpc5xxx/Kconfig +++ b/arch/powerpc/cpu/mpc5xxx/Kconfig @@ -47,9 +47,6 @@ config TARGET_MUNICES config TARGET_PM520 bool "Support PM520" -config TARGET_TOTAL5200 - bool "Support Total5200" - config TARGET_V38B bool "Support v38b" @@ -119,7 +116,6 @@ source "board/motionpro/Kconfig" source "board/munices/Kconfig" source "board/phytec/pcm030/Kconfig" source "board/pm520/Kconfig" -source "board/total5200/Kconfig" source "board/tqc/tqm5200/Kconfig" source "board/v38b/Kconfig" |
