summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8360erdk/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-23 00:24:15 +0900
committerTom Rini <trini@ti.com>2015-01-23 16:53:00 -0500
commit8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b (patch)
treeee3e62668089b4c3241d69137f420906cb184fc7 /board/freescale/mpc8360erdk/Kconfig
parent3b95288a2ae8146ca4915250f815c1218b1706fa (diff)
powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Dave Liu <daveliu@freescale.com> Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'board/freescale/mpc8360erdk/Kconfig')
-rw-r--r--board/freescale/mpc8360erdk/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/mpc8360erdk/Kconfig b/board/freescale/mpc8360erdk/Kconfig
deleted file mode 100644
index 5c9be7c9c1..0000000000
--- a/board/freescale/mpc8360erdk/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-if TARGET_MPC8360ERDK
-
-config SYS_BOARD
- default "mpc8360erdk"
-
-config SYS_VENDOR
- default "freescale"
-
-config SYS_CONFIG_NAME
- default "MPC8360ERDK"
-
-endif