diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:20 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:52 -0500 |
commit | ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd (patch) | |
tree | 501bd4dfe7c2a811eb2e2e74efa55125bfc0078c /arch/powerpc | |
parent | 5344cc1a82fcc2817d4671696b3939b0dfa4323e (diff) | |
download | u-boot-imx-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.zip u-boot-imx-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.tar.gz u-boot-imx-ad734f7dc2238aa9c6a99ff30e40aedbc01fb4fd.tar.bz2 |
powerpc: mpc5xxx: remove Total5200 board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/powerpc')
-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 e2e9cb7..9585c80 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" |