summaryrefslogtreecommitdiff
path: root/board/prodrive/p3p440/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 01:40:25 (GMT)
committerTom Rini <trini@konsulko.com>2015-09-02 15:33:14 (GMT)
commitc6999e5f85ec41b8a5d01d7b3e311eda832fc218 (patch)
tree5f358f0058c9cab3613fd3d5f3db5d712e2881e4 /board/prodrive/p3p440/config.mk
parent8fe11b8901a31d11990488c82bc23612589d57be (diff)
downloadu-boot-c6999e5f85ec41b8a5d01d7b3e311eda832fc218.tar.xz
powerpc: ppc4xx: remove p3p440 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/prodrive/p3p440/config.mk')
-rw-r--r--board/prodrive/p3p440/config.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/prodrive/p3p440/config.mk b/board/prodrive/p3p440/config.mk
deleted file mode 100644
index f18b097..0000000
--- a/board/prodrive/p3p440/config.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# (C) Copyright 2002
-# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-PLATFORM_CPPFLAGS += -DCONFIG_440=1
-
-ifeq ($(debug),1)
-PLATFORM_CPPFLAGS += -DDEBUG
-endif
-
-ifeq ($(dbcr),1)
-PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
-endif