]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/amcc/bamboo/config.mk
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / board / amcc / bamboo / config.mk
CommitLineData
935ecca1 1#
2ae18241 2# (C) Copyright 2002-2010
935ecca1
WD
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
935ecca1
WD
6#
7
935ecca1
WD
8PLATFORM_CPPFLAGS += -DCONFIG_440=1
9
10ifeq ($(debug),1)
11PLATFORM_CPPFLAGS += -DDEBUG
12endif
13
14ifeq ($(dbcr),1)
6d0f6bcf 15PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
935ecca1 16endif