/board/esd/pmc440/config.mk
https://gitlab.com/veo-labs/u-boot · Makefile · 16 lines · 7 code · 3 blank · 6 comment · 0 complexity · 5f2bc4704c6b7fecb5f3a826be409cf4 MD5 · raw file
- #
- # (C) Copyright 2002-2010
- # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- #
- # SPDX-License-Identifier: GPL-2.0+
- #
- PLATFORM_CPPFLAGS += -DCONFIG_440=1
- ifeq ($(debug),1)
- PLATFORM_CPPFLAGS += -DDEBUG
- endif
- ifeq ($(dbcr),1)
- PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
- endif