diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:04 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 10:59:53 -0400 |
commit | f8296d6975e69196b522b43dd4396138e237a964 (patch) | |
tree | d0e951e50ea29fa66f80b9e75daf7273d2f70ee0 /board/bc3450/Kconfig | |
parent | e52e9cc77f98f47b1fbbb9081df517ffea2389d7 (diff) | |
download | u-boot-imx-f8296d6975e69196b522b43dd4396138e237a964.zip u-boot-imx-f8296d6975e69196b522b43dd4396138e237a964.tar.gz u-boot-imx-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/Kconfig | 9 |
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 |