]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/esd/du440/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / esd / du440 / config.mk
CommitLineData
15a08bc2 1#
2ae18241 2# (C) Copyright 2002-2010
15a08bc2
MF
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
15a08bc2 6#
15a08bc2
MF
7
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
15a08bc2 16endif