summaryrefslogtreecommitdiff
path: root/board/prodrive/alpr/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-09-02 10:40:22 +0900
committerTom Rini <trini@konsulko.com>2015-09-02 11:33:11 -0400
commit0d2fc81133aa9e8f19d16de48d4f0a8f1bdde025 (patch)
tree399b03ad8d8b380bd69817504bcb82788bc2f7e7 /board/prodrive/alpr/config.mk
parentc4620350c4d4496873e2a4ae4f1b3b16b936384a (diff)
powerpc: ppc4xx: remove alpr 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/alpr/config.mk')
-rw-r--r--board/prodrive/alpr/config.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/prodrive/alpr/config.mk b/board/prodrive/alpr/config.mk
deleted file mode 100644
index 0ccb2e669c..0000000000
--- a/board/prodrive/alpr/config.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# (C) Copyright 2004
-# 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