aboutsummaryrefslogtreecommitdiff
path: root/board/bc3450/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-17 12:28:04 +0900
committerTom Rini <trini@konsulko.com>2015-03-17 10:59:53 -0400
commitf8296d6975e69196b522b43dd4396138e237a964 (patch)
treed0e951e50ea29fa66f80b9e75daf7273d2f70ee0 /board/bc3450/Kconfig
parente52e9cc77f98f47b1fbbb9081df517ffea2389d7 (diff)
downloadu-boot-f8296d6975e69196b522b43dd4396138e237a964.zip
u-boot-f8296d6975e69196b522b43dd4396138e237a964.tar.gz
u-boot-f8296d6975e69196b522b43dd4396138e237a964.tar.bz2
powerpc: mpc5xxx: remove BC3450 board support
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'board/bc3450/Kconfig')
-rw-r--r--board/bc3450/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/board/bc3450/Kconfig b/board/bc3450/Kconfig
deleted file mode 100644
index a0fc19f..0000000
--- a/board/bc3450/Kconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-if TARGET_BC3450
-
-config SYS_BOARD
- default "bc3450"
-
-config SYS_CONFIG_NAME
- default "BC3450"
-
-endif