]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/pcs440ep/config.mk
1e761284e4dc6c62047703b9764f3e9aeb0a4438
[karo-tx-uboot.git] / board / pcs440ep / config.mk
1 #
2 # (C) Copyright 2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 #
9 # PCS440EP board
10 #
11
12 # Check the U-Boot Image with a SHA1 checksum
13 ALL-y += $(obj)u-boot.sha1
14
15 PLATFORM_CPPFLAGS += -DCONFIG_440=1
16
17 ifeq ($(debug),1)
18 PLATFORM_CPPFLAGS += -DDEBUG
19 endif
20
21 ifeq ($(dbcr),1)
22 PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
23 endif