]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/nios2/config.mk
arcv2: Set IOC aperture so it covers available DDR
[people/ms/u-boot.git] / arch / nios2 / config.mk
CommitLineData
5c952cf0
WD
1#
2# (C) Copyright 2004
3# Psyent Corporation <www.psyent.com>
4# Scott McNutt <smcnutt@psyent.com>
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
5c952cf0
WD
7#
8
9b6e2c36
MY
9ifeq ($(CROSS_COMPILE),)
10CROSS_COMPILE := nios2-elf-
11endif
1ea6bcd8 12
e09e083f 13CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000
262ae0a6 14
90f984e3 15PLATFORM_CPPFLAGS += -D__NIOS2__
0df01fd3 16PLATFORM_CPPFLAGS += -G0
254ab7bd 17
6dc1eceb 18LDFLAGS_FINAL += --gc-sections
cb2da50f 19PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections