blob: a947e82af79ecb5765d4f083f40d22e7e9196dde [file] [log] [blame]
Tirumala Marrid0e66652010-09-28 14:15:21 -07001#
2# Copyright (c) 2010, Applied Micro Circuits Corporation
3# Author: Tirumala R Marri <tmarri@apm.com>
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Tirumala Marrid0e66652010-09-28 14:15:21 -07006#
7# Applied Micro APM821XX Evaluation board.
8#
9
Tirumala Marrid0e66652010-09-28 14:15:21 -070010PLATFORM_CPPFLAGS += -DCONFIG_440=1
11
12ifeq ($(debug),1)
13PLATFORM_CPPFLAGS += -DDEBUG
14endif
15
16ifeq ($(dbcr),1)
17PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
18endif