Skip to content
Snippets Groups Projects
Commit e09e083f authored by Thomas Chou's avatar Thomas Chou Committed by Scott McNutt
Browse files

nios2: Make STANDALONE_LOAD_ADDR configurable per board


Follow commit 8ae86b76
which changed the variable name.

Fix this error,
nios2-elf-ld: invalid hex number `-o'

Signed-off-by: default avatarThomas Chou <thomas@wytron.com.tw>
Signed-off-by: default avatarScott McNutt <smcnutt@psyent.com>
parent 535abb96
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
CROSS_COMPILE ?= nios2-elf- CROSS_COMPILE ?= nios2-elf-
STANDALONE_LOAD_ADDR ?= 0x02000000 CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000
PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__
PLATFORM_CPPFLAGS += -G0 PLATFORM_CPPFLAGS += -G0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment