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/Makefile | |
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/Makefile')
-rw-r--r-- | board/bc3450/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/bc3450/Makefile b/board/bc3450/Makefile deleted file mode 100644 index b8d22ba..0000000 --- a/board/bc3450/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2003-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := bc3450.o cmd_bc3450.o |