Stefan Roese | b79316f | 2005-08-15 12:31:23 +0200 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2005 |
| 3 | # Sandburst Corporation |
| 4 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | b79316f | 2005-08-15 12:31:23 +0200 | [diff] [blame] | 6 | # |
| 7 | |
| 8 | # |
| 9 | # Sandburst Corporation Metrobox Reference Design |
| 10 | # Travis B. Sawyer |
| 11 | # |
| 12 | |
Stefan Roese | b79316f | 2005-08-15 12:31:23 +0200 | [diff] [blame] | 13 | PLATFORM_CPPFLAGS += -DCONFIG_440=1 |
| 14 | |
| 15 | ifeq ($(debug),1) |
| 16 | PLATFORM_CPPFLAGS += -DDEBUG |
| 17 | endif |
| 18 | |
| 19 | ifeq ($(dbcr),1) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 20 | PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000 |
Stefan Roese | b79316f | 2005-08-15 12:31:23 +0200 | [diff] [blame] | 21 | endif |