summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb15
1 files changed, 1 insertions, 14 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb
index 1d0376e..9189715 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb
@@ -6,23 +6,10 @@ SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
6LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8 8
9PV = "v2016.03" 9PV = "2016.03"
10PV_append = "+git${SRCPV}" 10PV_append = "+git${SRCPV}"
11 11
12DEPENDS += "dtc-native" 12DEPENDS += "dtc-native"
13 13
14UBOOT_CONFIG ??= "cyclone5-socdk arria5-socdk de0-nano-soc sockit socrates"
15UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_defconfig"
16UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig"
17UBOOT_CONFIG[de0-nano-soc] = "socfpga_de0_nano_soc_defconfig"
18UBOOT_CONFIG[mcvevk] = "socfpga_mcvevk_defconfig"
19UBOOT_CONFIG[sockit] = "socfpga_sockit_defconfig"
20UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig"
21UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig"
22
23UBOOT_SUFFIX = "img"
24
25SPL_BINARY_cyclone5 = "u-boot-with-spl.sfp"
26SPL_BINARY_arria5 = "u-boot-with-spl.sfp"
27 14
28 15