summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-13 17:24:01 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-13 17:24:01 -0800
commit223960bda1a01ad1a3fccb2b6e69fca122efdba7 (patch)
tree3d337335b5041f55354ca816644eb37c10c0c021
parenta70aac4f9859549ae2f5984d5b02dfd3f1f29289 (diff)
downloadmeta-altera-223960bda1a01ad1a3fccb2b6e69fca122efdba7.tar.gz
Change uboot git repo to new github location
-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}"