diff options
author | Scott McNutt <smcnutt@psyent.com> | 2010-04-16 16:12:39 -0400 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2010-04-16 16:12:39 -0400 |
commit | 254ab7bd464657600aba69d840406f9358f3e116 (patch) | |
tree | e8d3fe21c8547b0116e5a86dca56d84415de1600 /arch/nios2/config.mk | |
parent | 2a72e9ed18d2164eb7fe569119342eb631b568da (diff) | |
download | u-boot-imx-254ab7bd464657600aba69d840406f9358f3e116.zip u-boot-imx-254ab7bd464657600aba69d840406f9358f3e116.tar.gz u-boot-imx-254ab7bd464657600aba69d840406f9358f3e116.tar.bz2 |
nios2: Move individual board linker scripts to common script in cpu tree.
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'arch/nios2/config.mk')
-rw-r--r-- | arch/nios2/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk index be40639..f455982 100644 --- a/arch/nios2/config.mk +++ b/arch/nios2/config.mk @@ -28,3 +28,5 @@ STANDALONE_LOAD_ADDR = 0x02000000 -L $(gcclibdir) PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__ PLATFORM_CPPFLAGS += -ffixed-r15 -G0 + +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds |