]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/amcc/ebony/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / amcc / ebony / config.mk
CommitLineData
935ecca1
WD
1#
2# (C) Copyright 2002
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
935ecca1
WD
6#
7
935ecca1
WD
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
935ecca1 16endif