Skip to content

Commit

Permalink
nios2: Move individual board linker scripts to common script in cpu t…
Browse files Browse the repository at this point in the history
…ree.

Signed-off-by: Scott McNutt <[email protected]>
  • Loading branch information
Scott McNutt committed Apr 16, 2010
1 parent 2a72e9e commit 254ab7b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 543 deletions.
2 changes: 2 additions & 0 deletions arch/nios2/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SECTIONS
{
.text :
{
arch/nios/cpu2/start.o (.text)
arch/nios2/cpu/start.o (.text)
*(.text)
*(.text.*)
*(.gnu.linkonce.t*)
Expand Down
135 changes: 0 additions & 135 deletions board/altera/ep1s10/u-boot.lds

This file was deleted.

135 changes: 0 additions & 135 deletions board/altera/ep1s40/u-boot.lds

This file was deleted.

Loading

0 comments on commit 254ab7b

Please sign in to comment.