blob: 6108f7997954daa6b48972874970e88c74b23ef3 [file] [log] [blame]
Stefan Roesea8856e32007-02-20 10:57:08 +01001#
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roesea8856e32007-02-20 10:57:08 +01006#
7
8#
9# AMCC 440SPe Evaluation (Katmai) board
10#
11
Stefan Roesea8856e32007-02-20 10:57:08 +010012PLATFORM_CPPFLAGS += -DCONFIG_440=1
13
14ifeq ($(debug),1)
15PLATFORM_CPPFLAGS += -DDEBUG
16endif
17
18ifeq ($(dbcr),1)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020019PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
Stefan Roesea8856e32007-02-20 10:57:08 +010020endif