2004-10-10 21:27:30 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2004, Psyent Corporation <www.psyent.com>
|
|
|
|
# Scott McNutt <smcnutt@psyent.com>
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2004-10-10 21:27:30 +00:00
|
|
|
#
|
|
|
|
|
2010-10-07 19:51:12 +00:00
|
|
|
CONFIG_SYS_TEXT_BASE = 0x018e0000
|
2004-10-10 21:27:30 +00:00
|
|
|
|
|
|
|
PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
|
|
|
|
|
|
|
|
ifeq ($(debug),1)
|
|
|
|
PLATFORM_CPPFLAGS += -DDEBUG
|
|
|
|
endif
|