diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-15 23:26:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-05 12:08:51 -0500 |
commit | ceaf499b5050c439448d85473ec1f87a033f6248 (patch) | |
tree | 1b9d8080ae6caab39ae13df9caf20c1e9c1382ac /board/manroland/uc100/Makefile | |
parent | 5d2a5ef712914fe1c3edfcde78134dc4dc83f461 (diff) | |
download | u-boot-imx-ceaf499b5050c439448d85473ec1f87a033f6248.zip u-boot-imx-ceaf499b5050c439448d85473ec1f87a033f6248.tar.gz u-boot-imx-ceaf499b5050c439448d85473ec1f87a033f6248.tar.bz2 |
powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/manroland/uc100/Makefile')
-rw-r--r-- | board/manroland/uc100/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/manroland/uc100/Makefile b/board/manroland/uc100/Makefile deleted file mode 100644 index 8e69c52..0000000 --- a/board/manroland/uc100/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2000-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y = uc100.o pcmcia.o |