Re: [U-Boot] [PATCH] nios2: Make STANDALONE_LOAD_ADDR configurable per board

2011-05-13 Thread Scott McNutt
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-boo

[U-Boot] [PATCH] nios2: Make STANDALONE_LOAD_ADDR configurable per board

2011-04-16 Thread Thomas Chou
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/conf