[U-Boot] [PATCH] nios2: allow STANDALONE_LOAD_ADDR overriding

Scott McNutt smcnutt at psyent.com
Tue May 25 22:58:53 CEST 2010


Applied to:
    git://git.denx.de/u-boot-nios.git next

Thanks,
--Scott

Thomas Chou wrote:
> This patch allows users to override default STANDALONE_LOAD_ADDR.
> The gcclibdir path was duplicated in the standalone Makefile and
> can be removed.
> 
> Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
> ---
>  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 6789038..793cc43 100644
> --- a/arch/nios2/config.mk
> +++ b/arch/nios2/config.mk
> @@ -24,7 +24,7 @@
>  
>  CROSS_COMPILE ?= nios2-elf-
>  
> -STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir)
> +STANDALONE_LOAD_ADDR ?= 0x02000000
>  
>  PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__
>  PLATFORM_CPPFLAGS += -G0


More information about the U-Boot mailing list