diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2014-11-11 15:46:05 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-12 13:02:22 -0500 |
commit | ecfdcee5d9299624c57f0118b137d06d376c115a (patch) | |
tree | adf81fc6f95c3d967b242d1ffd6cd03935b14da3 /board/mcc200/Makefile | |
parent | c88eaea0a0a809884388c3a5727d960bac0b0ced (diff) | |
download | u-boot-imx-ecfdcee5d9299624c57f0118b137d06d376c115a.zip u-boot-imx-ecfdcee5d9299624c57f0118b137d06d376c115a.tar.gz u-boot-imx-ecfdcee5d9299624c57f0118b137d06d376c115a.tar.bz2 |
powerpc: remove orphaned boards mcc200 and prs200
mcc200 and prs200 are old and have no maintainer. Remove the boards.
This also removes the mcc200 specific 1bpp BMP support from
common/lcd.c
Cc: Wolfgang Denk <wd@denx.de>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: York Sun <yorksun@freescale.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'board/mcc200/Makefile')
-rw-r--r-- | board/mcc200/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/mcc200/Makefile b/board/mcc200/Makefile deleted file mode 100644 index db3b396..0000000 --- a/board/mcc200/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 := mcc200.o lcd.o auto_update.o |