Browse Source

openrisc: move board linker script(s) to a common in cpu/

Unifies the openrisc boards linker scripts into a common one.

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Stefan Kristiansson 12 years ago
parent
commit
ecd7484b9b
2 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/openrisc/config.mk
  2. 0 0
      arch/openrisc/cpu/u-boot.lds

+ 2 - 0
arch/openrisc/config.mk

@@ -25,3 +25,5 @@ CROSS_COMPILE ?= or32-elf-
 PLATFORM_CPPFLAGS += -DCONFIG_OPENRISC -D__OR1K__ -ffixed-r10
 
 CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
+
+LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds

+ 0 - 0
board/openrisc/openrisc-generic/u-boot.lds → arch/openrisc/cpu/u-boot.lds