summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2019-01-09 13:25:06 +0000
committerKhem Raj <raj.khem@gmail.com>2019-02-25 10:31:32 -0800
commit1278843c4ab07df70aaeacac0816ce271b931739 (patch)
tree5a15d3f70109d3a6baa00ba860531f9683800210 /conf
parent2c0fc7caf2b20853c51a42dcf9aa540b7399d919 (diff)
downloadmeta-altera-1278843c4ab07df70aaeacac0816ce271b931739.tar.gz
u-boot-socfpga: cleanup u-boot binary suffix definition
UBOOT_BINARY and UBOOT_SUFFIX are defined on a machine basis, and therefore are moved from u-boot-socfpga recipe to the machine configuration. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
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