summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2011-04-17 10:52:46 +0800
committerScott McNutt <smcnutt@psyent.com>2011-05-16 21:00:43 -0400
commite09e083f7ff1b0140c5d5a2bdc29902b7b23ffba (patch)
treef7acbc77835fc7fdaca145895ebd0797e64c35ff /arch
parent535abb96fb665402894b820f934deaca61ce3d3e (diff)
downloadblackbird-obmc-uboot-e09e083f7ff1b0140c5d5a2bdc29902b7b23ffba.tar.gz
blackbird-obmc-uboot-e09e083f7ff1b0140c5d5a2bdc29902b7b23ffba.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/nios2/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk
index e58ea24d2c..7b03ed81b1 100644
--- 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
OpenPOWER on IntegriCloud