summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/cyclone5.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index 164c108..7210566 100644
--- a/conf/machine/cyclone5.conf
+++ b/conf/machine/cyclone5.conf
@@ -15,6 +15,12 @@ UBOOT_CONFIG[sockit] = "socfpga_sockit_defconfig"
15UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig" 15UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig"
16UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig" 16UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig"
17 17
18# Some versions of u-boot use .bin and others use .img.
19# By default we use .sfp as this is what is generated
20# for Cyclone V by the U-Boot.
21UBOOT_SUFFIX = "sfp"
22UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}"
23
18KMACHINE = "cyclone5" 24KMACHINE = "cyclone5"
19 25
20# Default kernel devicetrees 26# Default kernel devicetrees