]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/pcs440ep/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / pcs440ep / config.mk
CommitLineData
a4c8d138
SR
1#
2# (C) Copyright 2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
a4c8d138
SR
6#
7
8#
9# PCS440EP board
10#
11
566a494f 12# Check the U-Boot Image with a SHA1 checksum
4e0fbb98 13ALL-y += $(obj)u-boot.sha1
566a494f 14
a4c8d138
SR
15PLATFORM_CPPFLAGS += -DCONFIG_440=1
16
17ifeq ($(debug),1)
18PLATFORM_CPPFLAGS += -DDEBUG
19endif
20
21ifeq ($(dbcr),1)
6d0f6bcf 22PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
a4c8d138 23endif