mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-07 19:10:57 -04:00
nios2: Make STANDALONE_LOAD_ADDR configurable per board
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>
This commit is contained in:
parent
535abb96fb
commit
e09e083f7f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user