blob: 83cfadc1130a6c56d602ecbfa1d471c59c932fb4 [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 = 0x01fc0000
wdenk5c952cf2004-10-10 21:27:30 +00009
10PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
wdenk5c952cf2004-10-10 21:27:30 +000011
12ifeq ($(debug),1)
13PLATFORM_CPPFLAGS += -DDEBUG
14endif