summaryrefslogtreecommitdiff
path: root/board/freescale/p1_p2_rdb/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-23 00:24:16 +0900
committerTom Rini <trini@ti.com>2015-01-23 16:53:06 -0500
commit743d48151d2df4215b90310dc422db84d45e8002 (patch)
tree0bed88b1a45d41e850e2ca6e74b0a90848cc01b4 /board/freescale/p1_p2_rdb/Makefile
parent8d1e3cb14009d3fb4752489e02ae1a88d75e6b0b (diff)
downloadu-boot-743d48151d2df4215b90310dc422db84d45e8002.tar.gz
powerpc: mpc85xx: remove P1_P2_RDB boards
These boards are still non-generic boards: P1011RDB, P1022RDB, P2010RDB, P2020RDB Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Diffstat (limited to 'board/freescale/p1_p2_rdb/Makefile')
-rw-r--r--board/freescale/p1_p2_rdb/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/board/freescale/p1_p2_rdb/Makefile b/board/freescale/p1_p2_rdb/Makefile
deleted file mode 100644
index a97bf45f00..0000000000
--- a/board/freescale/p1_p2_rdb/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Copyright 2009 Freescale Semiconductor, Inc.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-MINIMAL=
-
-ifdef CONFIG_SPL_BUILD
-ifdef CONFIG_SPL_INIT_MINIMAL
-MINIMAL=y
-endif
-endif
-
-ifdef MINIMAL
-
-obj-y += spl_minimal.o tlb.o law.o
-
-else
-ifdef CONFIG_SPL_BUILD
-obj-y += spl.o
-else
-obj-y += p1_p2_rdb.o
-obj-$(CONFIG_PCI) += pci.o
-endif
-obj-y += ddr.o
-obj-y += law.o
-obj-y += tlb.o
-
-endif