blob: 23190c8673247d673efcfea0abbfbbf621cb0b44 [file] [log] [blame]
Stefan Roeseb79316f2005-08-15 12:31:23 +02001#
2# (C) Copyright 2005
3# Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roeseb79316f2005-08-15 12:31:23 +02006#
7
Stefan Roeseb79316f2005-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-VILLARD6d0f6bc2008-10-16 15:01:15 +020015PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
Stefan Roeseb79316f2005-08-15 12:31:23 +020016endif