diff options
| author | Masahiro Yamada <[email protected]> | 2015-01-23 00:24:15 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-01-23 16:53:00 -0500 |
| commit | 8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b (patch) | |
| tree | ee3e62668089b4c3241d69137f420906cb184fc7 /arch | |
| parent | 3b95288a2ae8146ca4915250f815c1218b1706fa (diff) | |
powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Dave Liu <[email protected]>
Cc: Anton Vorontsov <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/powerpc/cpu/mpc83xx/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/cpu/mpc83xx/Kconfig b/arch/powerpc/cpu/mpc83xx/Kconfig index 69a600cc423..4d6cb0964ba 100644 --- a/arch/powerpc/cpu/mpc83xx/Kconfig +++ b/arch/powerpc/cpu/mpc83xx/Kconfig @@ -41,12 +41,6 @@ config TARGET_MPC8349EMDS config TARGET_MPC8349ITX bool "Support MPC8349ITX" -config TARGET_MPC8360EMDS - bool "Support MPC8360EMDS" - -config TARGET_MPC8360ERDK - bool "Support MPC8360ERDK" - config TARGET_MPC837XEMDS bool "Support MPC837XEMDS" @@ -81,8 +75,6 @@ source "board/freescale/mpc8323erdb/Kconfig" source "board/freescale/mpc832xemds/Kconfig" source "board/freescale/mpc8349emds/Kconfig" source "board/freescale/mpc8349itx/Kconfig" -source "board/freescale/mpc8360emds/Kconfig" -source "board/freescale/mpc8360erdk/Kconfig" source "board/freescale/mpc837xemds/Kconfig" source "board/freescale/mpc837xerdb/Kconfig" source "board/ids/ids8313/Kconfig" |
