diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-17 12:28:06 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-17 11:00:03 -0400 |
commit | 470ee8b12579ee24ed56280ed7ecf2052c9048e7 (patch) | |
tree | 129fa4a0de02449f01200b4c71212f8d2b47ff08 /board/tqc/tqm5200/Makefile | |
parent | 2da8137b450304070364ec7bb3cf93034f0230c1 (diff) | |
download | u-boot-470ee8b12579ee24ed56280ed7ecf2052c9048e7.tar.gz |
powerpc: mpc5xxx: remove aev, TB5200 board support
They have 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/tqc/tqm5200/Makefile')
-rw-r--r-- | board/tqc/tqm5200/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqm5200/Makefile b/board/tqc/tqm5200/Makefile index 80c1eba87c..f7c97b72c8 100644 --- a/board/tqc/tqm5200/Makefile +++ b/board/tqc/tqm5200/Makefile @@ -5,4 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := tqm5200.o cmd_stk52xx.o cmd_tb5200.o cam5200_flash.o +obj-y := tqm5200.o cmd_stk52xx.o cam5200_flash.o |