]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/amcc/canyonlands/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / amcc / canyonlands / config.mk
CommitLineData
8e1a3fe5 1#
2ae18241 2# (C) Copyright 2008-2010
8e1a3fe5
SR
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
8e1a3fe5
SR
6#
7#
8# AMCC 460EX/460GT Evaluation Board (Canyonlands) board
9#
10
8e1a3fe5
SR
11PLATFORM_CPPFLAGS += -DCONFIG_440=1
12
13ifeq ($(debug),1)
14PLATFORM_CPPFLAGS += -DDEBUG
15endif
16
17ifeq ($(dbcr),1)
6d0f6bcf 18PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
8e1a3fe5 19endif