]> git.sur5r.net Git - u-boot/blob - board/pcs440ep/config.mk
usb: rename board_usb_init_type to usb_init_type
[u-boot] / 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