mips: Allow overriding start.S in SPL
authorMarek Vasut <[email protected]>
Wed, 25 May 2016 00:17:42 +0000 (02:17 +0200)
committerDaniel Schwierzeck <[email protected]>
Wed, 25 May 2016 23:34:14 +0000 (01:34 +0200)
Certain chips, like the JZ47xx, have extreme size constraints on the
SPL size and require custom start.S . Allow overriding the start.S
the same way ARM MXS does it.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Paul Burton <[email protected]>
arch/mips/Makefile

index 655a49338201396559df33a13b9208271b105e01..0b5dbb68fd76395bde1f0c5caf2b38bf8bed307b 100644 (file)
@@ -4,6 +4,12 @@
 
 head-y := arch/mips/cpu/start.o
 
+ifeq ($(CONFIG_SPL_BUILD),y)
+ifneq ($(CONFIG_SPL_START_S_PATH),)
+head-y := $(CONFIG_SPL_START_S_PATH:"%"=%)/start.o
+endif
+endif
+
 libs-y += arch/mips/cpu/
 libs-y += arch/mips/lib/