Skip to content

Commit

Permalink
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Browse files Browse the repository at this point in the history
- ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices
  • Loading branch information
trini committed Mar 21, 2019
2 parents b94b19e + e3ada91 commit 7b80644
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ config BUILD_ROM

config BUILD_TARGET
string "Build target special images"
default "u-boot-with-spl.sfp" if ARCH_SOCFPGA
default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_ARRIA10
default "u-boot-with-spl.sfp" if TARGET_SOCFPGA_GEN5
default "u-boot-spl.kwb" if ARCH_MVEBU && SPL
default "u-boot-elf.srec" if RCAR_GEN3
default "u-boot.itb" if SPL_LOAD_FIT && ARCH_SUNXI
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.spl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ ifdef CONFIG_SAMSUNG
ALL-y += $(obj)/$(BOARD)-spl.bin
endif

ifdef CONFIG_ARCH_SOCFPGA
ifneq ($(CONFIG_TARGET_SOCFPGA_GEN5)$(CONFIG_TARGET_SOCFPGA_ARRIA10),)
ALL-y += $(obj)/$(SPL_BIN).sfp
endif

Expand Down

0 comments on commit 7b80644

Please sign in to comment.