diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-01-23 00:24:18 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-23 16:53:17 -0500 |
commit | 168dcc6cef7a0e13bc52fc8fa8de2866cf4033dc (patch) | |
tree | 5e392c36f9fd1df909ded71407cfaf26b216969e /board/freescale/p2020ds/Makefile | |
parent | 891235366d9949b4b21653e93b97dd8931314153 (diff) |
powerpc: mpc85xx: remove P2020DS board support
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/freescale/p2020ds/Makefile')
-rw-r--r-- | board/freescale/p2020ds/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/freescale/p2020ds/Makefile b/board/freescale/p2020ds/Makefile deleted file mode 100644 index ee00806d73..0000000000 --- a/board/freescale/p2020ds/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright 2007-2009 Freescale Semiconductor, Inc. -# (C) Copyright 2001-2006 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y += p2020ds.o -obj-y += ddr.o -obj-y += law.o -obj-y += tlb.o |