blob: b73986d3f20790d07d78deb71de56f51d5902627 [file] [log] [blame]
Stefan Roeseb79316f2005-08-15 12:31:23 +02001#
2# (C) Copyright 2005
3# Sandburst Corporation
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Stefan Roeseb79316f2005-08-15 12:31:23 +02006#
7
8#
9# Sandburst Corporation Metrobox Reference Design
10# Travis B. Sawyer
11#
12
Stefan Roeseb79316f2005-08-15 12:31:23 +020013PLATFORM_CPPFLAGS += -DCONFIG_440=1
14
15ifeq ($(debug),1)
16PLATFORM_CPPFLAGS += -DDEBUG
17endif
18
19ifeq ($(dbcr),1)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020020PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
Stefan Roeseb79316f2005-08-15 12:31:23 +020021endif