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:
535abb9
)
nios2: Make STANDALONE_LOAD_ADDR configurable per board
author
Thomas Chou
<thomas@wytron.com.tw>
Sun, 17 Apr 2011 02:52:46 +0000
(10:52 +0800)
committer
Scott McNutt
<smcnutt@psyent.com>
Tue, 17 May 2011 01:00:43 +0000
(21:00 -0400)
Follow commit
8ae86b76c648d8bef97241c78e2fddb1c4f164d3
which changed the variable name.
Fix this error,
nios2-elf-ld: invalid hex number `-o'
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 e58ea24d2cb1b5aef061c1fa6a293a6609763794..7b03ed81b1e31bd10b1270dc7efcd06d5667809c 100644
(file)
--- a/
arch/nios2/config.mk
+++ b/
arch/nios2/config.mk
@@
-24,7
+24,7
@@
CROSS_COMPILE ?= nios2-elf-
-STANDALONE_LOAD_ADDR ?= 0x02000000
+
CONFIG_
STANDALONE_LOAD_ADDR ?= 0x02000000
PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__
PLATFORM_CPPFLAGS += -G0