blob: b689fd06778d4cefaa07c44d892fbd289c4699ec [file] [log] [blame]
Stefan Roese029faf32010-04-27 11:37:28 +02001#
2# (C) Copyright 2009-2010
3# Stefan Roese, DENX Software Engineering, sr@denx.de.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roese029faf32010-04-27 11:37:28 +02006#
7
Stefan Roese029faf32010-04-27 11:37:28 +02008PLATFORM_CPPFLAGS += -DCONFIG_440=1
9
10ifeq ($(debug),1)
11PLATFORM_CPPFLAGS += -DDEBUG
12endif
13
14ifeq ($(dbcr),1)
15PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
16endif