diff options
author | Scott McNutt <smcnutt@psyent.com> | 2009-11-23 15:54:25 -0500 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2009-11-23 15:54:25 -0500 |
commit | 57baa379cf2f67df89a5c6052767fd25daff20bd (patch) | |
tree | b8199c8bad45a9462065dafd7bdb59a6a42536dd /lib_nios/config.mk | |
parent | fcffb680e77fcb48598d4a9944dbe2d4503170e0 (diff) | |
download | u-boot-imx-57baa379cf2f67df89a5c6052767fd25daff20bd.zip u-boot-imx-57baa379cf2f67df89a5c6052767fd25daff20bd.tar.gz u-boot-imx-57baa379cf2f67df89a5c6052767fd25daff20bd.tar.bz2 |
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/config.mk')
-rw-r--r-- | lib_nios/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios/config.mk b/lib_nios/config.mk index d48aa6d..e1b9f07 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 |