summaryrefslogtreecommitdiffstats
path: root/lib_nios
diff options
context:
space:
mode:
authorScott McNutt <smcnutt@psyent.com>2009-11-23 15:54:25 -0500
committerScott McNutt <smcnutt@psyent.com>2009-11-23 15:54:25 -0500
commit57baa379cf2f67df89a5c6052767fd25daff20bd (patch)
treeb8199c8bad45a9462065dafd7bdb59a6a42536dd /lib_nios
parentfcffb680e77fcb48598d4a9944dbe2d4503170e0 (diff)
downloadblackbird-obmc-uboot-57baa379cf2f67df89a5c6052767fd25daff20bd.tar.gz
blackbird-obmc-uboot-57baa379cf2f67df89a5c6052767fd25daff20bd.zip
Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
the standalone examples. Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'lib_nios')
-rw-r--r--lib_nios/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios/config.mk b/lib_nios/config.mk
index d48aa6dfd4..e1b9f07bb3 100644
--- a/lib_nios/config.mk
+++ b/lib_nios/config.mk
@@ -24,6 +24,6 @@
CROSS_COMPILE ?= nios-elf-
-STANDALONE_LOAD_ADDR = 0x00800000 -L $(gcclibdir)/m32 -T nios.lds
+STANDALONE_LOAD_ADDR = 0x00800000 -L $(gcclibdir)/m32
PLATFORM_CPPFLAGS += -m32 -DCONFIG_NIOS -D__NIOS__ -ffixed-g7 -gstabs
OpenPOWER on IntegriCloud