diff options
Diffstat (limited to 'spl')
| -rw-r--r-- | spl/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/spl/Makefile b/spl/Makefile index 3262e226a..680f6dd1f 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -81,6 +81,9 @@ ifeq ($(wildcard $(LDSCRIPT)),)  	LDSCRIPT := $(TOPDIR)/$(CPUDIR)/u-boot-spl.lds  endif  ifeq ($(wildcard $(LDSCRIPT)),) +	LDSCRIPT := $(TOPDIR)/arch/$(ARCH)/cpu/u-boot.lds +endif +ifeq ($(wildcard $(LDSCRIPT)),)  $(error could not find linker script)  endif |