diff options
author | Wolfgang Denk <wd@denx.de> | 2009-12-01 10:15:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-12-01 10:15:22 +0100 |
commit | 21c76b56a4221d054aaa6ae983c965ceb7894b7c (patch) | |
tree | b9fb40a62cb3933210e0a5675783960deaf8370e /lib_nios2/config.mk | |
parent | 824d82997fbcf28e49081d36fdd5d3be1b92b03d (diff) | |
parent | 0a7691e820e33b23f61c6ea0ef6fa72099d1a6ae (diff) | |
download | u-boot-imx-21c76b56a4221d054aaa6ae983c965ceb7894b7c.zip u-boot-imx-21c76b56a4221d054aaa6ae983c965ceb7894b7c.tar.gz u-boot-imx-21c76b56a4221d054aaa6ae983c965ceb7894b7c.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-nios
Diffstat (limited to 'lib_nios2/config.mk')
-rw-r--r-- | lib_nios2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_nios2/config.mk b/lib_nios2/config.mk index 34ee697..be40639 100644 --- a/lib_nios2/config.mk +++ b/lib_nios2/config.mk @@ -24,7 +24,7 @@ CROSS_COMPILE ?= nios2-elf- -STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) -T nios2.lds +STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ PLATFORM_CPPFLAGS += -ffixed-r15 -G0 |