]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/sandburst/karef/config.mk
Merge branch 'u-boot/master' into u-boot-arm/master
[karo-tx-uboot.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