]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Kbuild.include
scsi: move the partition initialization out of the scsi detection
[people/ms/u-boot.git] / scripts / Kbuild.include
index 1b62aedb00877bb375bf265c4cd5d3c984342553..a3a5c59d0da25446b1407fb013a7ec6e8443a5cc 100644 (file)
@@ -321,6 +321,12 @@ endif
 
 ifdef CONFIG_SPL_BUILD
 SPL_ := SPL_
+ifeq ($(CONFIG_TPL_BUILD),y)
+SPL_TPL_ := TPL_
+else
+SPL_TPL_ := SPL_
+endif
 else
 SPL_ :=
+SPL_TPL_ :=
 endif