wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2004, Psyent Corporation <www.psyent.com> |
| 3 | # Scott McNutt <smcnutt@psyent.com> |
| 4 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 6 | # |
| 7 | |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 8 | CONFIG_SYS_TEXT_BASE = 0x01fc0000 |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 9 | |
| 10 | PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul |
wdenk | 5c952cf | 2004-10-10 21:27:30 +0000 | [diff] [blame] | 11 | |
| 12 | ifeq ($(debug),1) |
| 13 | PLATFORM_CPPFLAGS += -DDEBUG |
| 14 | endif |