blob: 53d3f34692d4e5521294bbc268a26c28e68ae110 [file] [log] [blame]
Marian Balakowicz49d0eee2006-06-30 16:30:46 +02001#
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+
Marian Balakowicz49d0eee2006-06-30 16:30:46 +02006#
7
8#
9# AMCC 440SPe Reference Platform (yucca) board
10#
11
Marian Balakowicz49d0eee2006-06-30 16:30:46 +020012PLATFORM_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
Marian Balakowicz49d0eee2006-06-30 16:30:46 +020020endif