diff options
author | Matthias Fuchs | 2015-01-12 22:47:24 +0100 |
---|---|---|
committer | Tom Rini | 2015-01-13 09:37:24 -0500 |
commit | cc6e715f1b1f16522f61183ebc815b11cf9ed1e2 (patch) | |
tree | 23011ed85aef110a8d87cfa92a34eaa338c55e23 /board/esd/ocrtc/Makefile | |
parent | e434d5d729613a75af6cb32ae50da9678d7cb6ea (diff) |
ppc4xx: remove OCRTC board
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'board/esd/ocrtc/Makefile')
-rw-r--r-- | board/esd/ocrtc/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/esd/ocrtc/Makefile b/board/esd/ocrtc/Makefile deleted file mode 100644 index 44b7d5d072d..00000000000 --- a/board/esd/ocrtc/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 = ocrtc.o flash.o ../common/misc.o cmd_ocrtc.o |