projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5fb4e
)
nios2: allow link script overriding from boards
author
Thomas Chou
<thomas@wytron.com.tw>
Sat, 17 Apr 2010 09:39:12 +0000
(17:39 +0800)
committer
Scott McNutt
<smcnutt@psyent.com>
Sat, 24 Apr 2010 22:21:22 +0000
(18:21 -0400)
This patch allow boards to override the default link script.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
arch/nios2/config.mk
patch
|
blob
|
history
diff --git
a/arch/nios2/config.mk
b/arch/nios2/config.mk
index f455982f3af84257c581713742bf118405d8c0dc..8e5d6ef03c141abed1cdb941b3f7a078068ded13 100644
(file)
--- a/
arch/nios2/config.mk
+++ b/
arch/nios2/config.mk
@@
-29,4
+29,4
@@
STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir)
PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__
PLATFORM_CPPFLAGS += -ffixed-r15 -G0
-LDSCRIPT
:
= $(SRCTREE)/$(CPUDIR)/u-boot.lds
+LDSCRIPT
?
= $(SRCTREE)/$(CPUDIR)/u-boot.lds