/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

  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. PLATFORM_CPPFLAGS += -DCONFIG_440=1
  8. ifeq ($(debug),1)
  9. PLATFORM_CPPFLAGS += -DDEBUG
  10. endif
  11. ifeq ($(dbcr),1)
  12. PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
  13. endif