summaryrefslogtreecommitdiffstats
path: root/board/sandburst/metrobox/config.mk
blob: 23190c8673247d673efcfea0abbfbbf621cb0b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# (C) Copyright 2005
# Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
#
# SPDX-License-Identifier:	GPL-2.0+
#

PLATFORM_CPPFLAGS += -DCONFIG_440=1

ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
endif

ifeq ($(dbcr),1)
PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
endif
OpenPOWER on IntegriCloud