summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-12 07:39:08 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-12 07:39:08 -0800
commite076d4fce2036d4c67ba4637ed4e43d5d5552603 (patch)
tree34f02513af7b0395c71583ee897557e9452c80b0
parent8df38d4e0fc230faeac006e37f2a7fbb4bde6d37 (diff)
downloadmeta-altera-e076d4fce2036d4c67ba4637ed4e43d5d5552603.tar.gz
Fix u-boot 2014.10 PV
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga_2014.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
index ff9f248..1700404 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
@@ -37,9 +37,9 @@ DESCRIPTION = "Mainline u-boot bootloader"
37 37
38LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" 38LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
39 39
40PV = "v2014.10" 40PV = "2014.10"
41 41
42UBOOT_BRANCH ?= "socfpga_${PV}_arria10_bringup" 42UBOOT_BRANCH ?= "socfpga_v${PV}_arria10_bringup"
43UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git" 43UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
44UBOOT_PROT ?= "https" 44UBOOT_PROT ?= "https"
45 45