blob: 42b3e5f49d2f482dde27c4d18b59e4b7cce0d5f4 [file] [log] [blame]
Feng Kan0ce5c862008-07-08 22:48:42 -07001#
2# (C) Copyright 2008
3# Feng Kan, Applied Micro Circuits Corp., fkan@amcc.com.
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Feng Kan0ce5c862008-07-08 22:48:42 -07006#
7
8#
9# AMCC 460SX Reference Platform (redwood) board
10#
11
Feng Kan0ce5c862008-07-08 22:48:42 -070012PLATFORM_CPPFLAGS += -DCONFIG_440=1
13
14ifeq ($(debug),1)
15PLATFORM_CPPFLAGS += -DDEBUG
16endif
17
18ifeq ($(dbcr),1)
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020019PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
Feng Kan0ce5c862008-07-08 22:48:42 -070020endif