summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-13 22:55:48 -0800
committerKhem Raj <raj.khem@gmail.com>2015-11-13 22:55:48 -0800
commit1acb189203c5a0e02f6f4b739a00e7d124346806 (patch)
treefe6da862feac3fb971271ee3a6ab91490494418f /recipes-bsp/u-boot/u-boot-socfpga.inc
parent2ba2ed062239cb5c151d938eae4cee81ecfd395b (diff)
parent5b4179f3919de559a202d9c2171b1062feb2e24a (diff)
downloadmeta-altera-1acb189203c5a0e02f6f4b739a00e7d124346806.tar.gz
Merge pull request #5 from dwesterg/master
Change uboot git repo to new github location
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}"