summaryrefslogtreecommitdiffstats
path: root/include/lcd.h
diff options
context:
space:
mode:
authorNikita Kiryanov <nikita@compulab.co.il>2014-11-11 15:46:05 +0200
committerTom Rini <trini@ti.com>2014-11-12 13:02:22 -0500
commitecfdcee5d9299624c57f0118b137d06d376c115a (patch)
treeadf81fc6f95c3d967b242d1ffd6cd03935b14da3 /include/lcd.h
parentc88eaea0a0a809884388c3a5727d960bac0b0ced (diff)
downloadblackbird-obmc-uboot-ecfdcee5d9299624c57f0118b137d06d376c115a.tar.gz
blackbird-obmc-uboot-ecfdcee5d9299624c57f0118b137d06d376c115a.zip
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 'include/lcd.h')
-rw-r--r--include/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcd.h b/include/lcd.h
index ea5860c861..020d8800e9 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -250,7 +250,7 @@ typedef struct vidinfo {
void *priv; /* Pointer to driver-specific data */
} vidinfo_t;
-#endif /* CONFIG_MPC823, CONFIG_CPU_PXA25X, CONFIG_MCC200, CONFIG_ATMEL_LCD */
+#endif /* CONFIG_MPC823, CONFIG_CPU_PXA25X, CONFIG_ATMEL_LCD */
extern vidinfo_t panel_info;
OpenPOWER on IntegriCloud