]> git.sur5r.net Git - u-boot/blobdiff - scripts/Makefile.spl
efi_loader: updating the cursor position
[u-boot] / scripts / Makefile.spl
index 09e7cef96ed0c38361f3ce0c1a0701891a168d43..057389997de6948d59657eef1f834af52aeeacf7 100644 (file)
@@ -307,7 +307,11 @@ LDFLAGS_$(SPL_BIN) += -Ttext $(CONFIG_SPL_TEXT_BASE)
 endif
 endif
 
+ifdef CONFIG_TARGET_SOCFPGA_ARRIA10
+MKIMAGEFLAGS_$(SPL_BIN).sfp = -T socfpgaimage_v1
+else
 MKIMAGEFLAGS_$(SPL_BIN).sfp = -T socfpgaimage
+endif
 $(obj)/$(SPL_BIN).sfp: $(obj)/$(SPL_BIN).bin FORCE
        $(call if_changed,mkimage)