projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add GPL-2.0+ SPDX-License-Identifier to source files
[platform/kernel/u-boot.git]
/
board
/
sandburst
/
karef
/
config.mk
1
#
2
# (C) Copyright 2005
3
# Sandburst Corporation
4
#
5
# SPDX-License-Identifier: GPL-2.0+
6
#
7
8
#
9
# Sandburst Corporation Metrobox Reference Design
10
# Travis B. Sawyer
11
#
12
13
PLATFORM_CPPFLAGS += -DCONFIG_440=1
14
15
ifeq ($(debug),1)
16
PLATFORM_CPPFLAGS += -DDEBUG
17
endif
18
19
ifeq ($(dbcr),1)
20
PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
21
endif