]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/esd/pmc440/config.mk
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / board / esd / pmc440 / config.mk
CommitLineData
72c5d52a 1#
2ae18241 2# (C) Copyright 2002-2010
72c5d52a
MF
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
72c5d52a 6#
72c5d52a
MF
7
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
72c5d52a 16endif