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