Blame view

board/t3corp/config.mk 290 Bytes
273ed0370   Stefan Roese   ppc4xx: Add T3COP...
1
2
3
4
  #
  # (C) Copyright 2010
  # Stefan Roese, DENX Software Engineering, sr@denx.de.
  #
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
5
  # SPDX-License-Identifier:	GPL-2.0+
273ed0370   Stefan Roese   ppc4xx: Add T3COP...
6
7
  #
  #
273ed0370   Stefan Roese   ppc4xx: Add T3COP...
8
9
10
11
12
13
14
15
16
  PLATFORM_CPPFLAGS += -DCONFIG_440=1
  
  ifeq ($(debug),1)
  PLATFORM_CPPFLAGS += -DDEBUG
  endif
  
  ifeq ($(dbcr),1)
  PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
  endif