summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga.inc')
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga.inc b/recipes-bsp/u-boot/u-boot-socfpga.inc
index a8e5728..39d9343 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga.inc
@@ -10,7 +10,7 @@ PACKAGES=""
10 10
11# the following variables can be passed from the env 11# the following variables can be passed from the env
12# using BB_ENV_WHITELIST to override the defaults 12# using BB_ENV_WHITELIST to override the defaults
13UBOOT_REPO ?= "git://git.rocketboards.org/u-boot-socfpga.git" 13UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
14UBOOT_BRANCH ?= "socfpga_v${PV}" 14UBOOT_BRANCH ?= "socfpga_v${PV}"
15UBOOT_PROT ?= "http" 15UBOOT_PROT ?= "http"
16UBOOT_TAG ?= "${AUTOREV}" 16UBOOT_TAG ?= "${AUTOREV}"