diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-09-02 10:40:29 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-02 11:33:18 -0400 |
commit | 972f5320dae1d69b38cd06c6c2a23da8ae5a654a (patch) | |
tree | dccd6e843e47936c71e025da8c2755dfba2c425a /board/cmi/Makefile | |
parent | eb5d1dc7a64957f8a81347a8237fd60460da25cb (diff) | |
download | u-boot-972f5320dae1d69b38cd06c6c2a23da8ae5a654a.tar.gz |
powerpc: mpc5xx: remove cmi_mpc5xx 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/cmi/Makefile')
-rw-r--r-- | board/cmi/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/cmi/Makefile b/board/cmi/Makefile deleted file mode 100644 index cd3bb0db21..0000000000 --- a/board/cmi/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2001-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := flash.o cmi.o |