blob: 00ff743c960d2c0f9fd5d0c59992521bb19a9d77 [file] [log] [blame]
wdenk5c952cf2004-10-10 21:27:30 +00001#
2# (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3# Scott McNutt <smcnutt@psyent.com>
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
wdenk5c952cf2004-10-10 21:27:30 +00006#
7
Wolfgang Denk14d0a022010-10-07 21:51:12 +02008CONFIG_SYS_TEXT_BASE = 0x018e0000
wdenk5c952cf2004-10-10 21:27:30 +00009
10PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
11PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
12
13ifeq ($(debug),1)
14PLATFORM_CPPFLAGS += -DDEBUG
15endif