summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/socfpga.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/socfpga.inc')
-rw-r--r--conf/machine/include/socfpga.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc
index 6932620..19106a1 100644
--- a/conf/machine/include/socfpga.inc
+++ b/conf/machine/include/socfpga.inc
@@ -25,3 +25,12 @@ MACHINE_FEATURES = "kernel26"
25# file system images required 25# file system images required
26IMAGE_FSTYPES ?= "cpio ext3 tar.gz" 26IMAGE_FSTYPES ?= "cpio ext3 tar.gz"
27 27
28# u-boot setup
29UBOOT_SUFFIX = "img"
30
31# AV and CV uBoot + SPL mkpimage type binary
32SPL_BINARY_cyclone5 = "u-boot-with-spl.sfp"
33SPL_BINARY_arria5 = "u-boot-with-spl.sfp"
34
35
36