summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
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 /recipes-bsp
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 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb
index 9f0e176..81492cb 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb
@@ -8,12 +8,4 @@ SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7"
8SRC_URI_append = "\ 8SRC_URI_append = "\
9 " 9 "
10 10
11# Some versions of u-boot use .bin and others use .img.
12# By default we use .sfp as this is what is generated
13# for Cyclone V by the U-Boot.
14UBOOT_SUFFIX = "sfp"
15UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}"
16
17UBOOT_MAKE_TARGET ?= "all"
18
19DEPENDS += "dtc-native bc-native u-boot-mkimage-native" 11DEPENDS += "dtc-native bc-native u-boot-mkimage-native"