mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
spl: socfpga: Generate Arria10 SFP header V1
Generate SoCFPGA boot header version 1 instead of version 0 for Arria10. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@kernel.org> Cc: Chin Liang See <chin.liang.see@intel.com>
This commit is contained in:
parent
cece78fafe
commit
792557d111
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue