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