]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/prodrive/alpr/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / prodrive / alpr / config.mk
CommitLineData
899620c2
SR
1#
2# (C) Copyright 2004
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
899620c2
SR
6#
7
899620c2
SR
8PLATFORM_CPPFLAGS += -DCONFIG_440=1
9
10ifeq ($(debug),1)
11PLATFORM_CPPFLAGS += -DDEBUG
12endif
13
14ifeq ($(dbcr),1)
6d0f6bcf 15PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
899620c2 16endif