blob: 23190c8673247d673efcfea0abbfbbf621cb0b44 [file] [log] [blame]
Stefan Roese5ff4c3f2005-08-15 12:31:23 +02001#
2# (C) Copyright 2005
3# Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roese5ff4c3f2005-08-15 12:31:23 +02006#
7
Stefan Roese5ff4c3f2005-08-15 12:31:23 +02008PLATFORM_CPPFLAGS += -DCONFIG_440=1
9
10ifeq ($(debug),1)
11PLATFORM_CPPFLAGS += -DDEBUG
12endif
13
14ifeq ($(dbcr),1)
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020015PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
Stefan Roese5ff4c3f2005-08-15 12:31:23 +020016endif