From 1278843c4ab07df70aaeacac0816ce271b931739 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Wed, 9 Jan 2019 13:25:06 +0000 Subject: 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 --- recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'recipes-bsp') 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" SRC_URI_append = "\ " -# Some versions of u-boot use .bin and others use .img. -# By default we use .sfp as this is what is generated -# for Cyclone V by the U-Boot. -UBOOT_SUFFIX = "sfp" -UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}" - -UBOOT_MAKE_TARGET ?= "all" - DEPENDS += "dtc-native bc-native u-boot-mkimage-native" -- cgit v1.2.3-54-g00ecf