summaryrefslogtreecommitdiffstats
path: root/board/pcs440ep/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 10:40:26 +0900
committerTom Rini <trini@konsulko.com>2015-09-02 11:33:15 -0400
commit242836a893ae8bce4bd3cd4ace8a55e48e6552a0 (patch)
tree3d17ecb6a9354cdbe0074cf13bd46208ff4ffbe6 /board/pcs440ep/config.mk
parentc6999e5f85ec41b8a5d01d7b3e311eda832fc218 (diff)
downloadblackbird-obmc-uboot-242836a893ae8bce4bd3cd4ace8a55e48e6552a0.tar.gz
blackbird-obmc-uboot-242836a893ae8bce4bd3cd4ace8a55e48e6552a0.zip
powerpc: ppc4xx: remove pcs440ep support
This has not been converted to Generic Board, so should be removed. (See doc/README.generic-board for details.) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/pcs440ep/config.mk')
-rw-r--r--board/pcs440ep/config.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk
deleted file mode 100644
index b90d5d0ec1..0000000000
--- a/board/pcs440ep/config.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# (C) Copyright 2006
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-#
-# PCS440EP board
-#
-
-# Check the U-Boot Image with a SHA1 checksum
-ALL-y += u-boot.sha1
-
-PLATFORM_CPPFLAGS += -DCONFIG_440=1
-
-ifeq ($(debug),1)
-PLATFORM_CPPFLAGS += -DDEBUG
-endif
-
-ifeq ($(dbcr),1)
-PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
-endif
OpenPOWER on IntegriCloud