blob: 776fa8ab4029fdedcaea11ad24cc07f86ac48bbe [file] [log] [blame]
wdenkef3386f2004-10-10 21:27:30 +00001#
2# (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3# Scott McNutt <smcnutt@psyent.com>
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
wdenkef3386f2004-10-10 21:27:30 +00006#
7
Wolfgang Denk0708bc62010-10-07 21:51:12 +02008CONFIG_SYS_TEXT_BASE = 0x018e0000
wdenkef3386f2004-10-10 21:27:30 +00009
10PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
wdenkef3386f2004-10-10 21:27:30 +000011
12ifeq ($(debug),1)
13PLATFORM_CPPFLAGS += -DDEBUG
14endif