From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Fri, 13 May 2011 08:34:03 -0400 Subject: [U-Boot] [PATCH] nios2: Make STANDALONE_LOAD_ADDR configurable per board In-Reply-To: <1303008766-13773-1-git-send-email-thomas@wytron.com.tw> References: <1296825917-31025-1-git-send-email-wd@denx.de> <1303008766-13773-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4DCD253B.2010803@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Thomas, Applied to git://git.denx.de/u-boot-nios.git next Thanks, --Scott Thomas Chou wrote: > Follow commit 8ae86b76c648d8bef97241c78e2fddb1c4f164d3 > which changed the variable name. > > Fix this error, > nios2-elf-ld: invalid hex number `-o' > > Signed-off-by: Thomas Chou > --- > for u-boot > > arch/nios2/config.mk | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk > index d241a96..6890018 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