summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb3
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga_2014.10.bb3
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb
index 1beca44..f2f4328 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb
@@ -1 +1,4 @@
1# SoCEDS 15.1 u-Boot release
2UBOOT_TAG = "353283b6e75eabdcc48dadf08507b4b86c229d78"
3
1require u-boot-socfpga.inc 4require u-boot-socfpga.inc
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 1700404..cecd191 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
@@ -45,5 +45,6 @@ UBOOT_PROT ?= "https"
45 45
46SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" 46SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}"
47 47
48SRCREV = "${AUTOREV}" 48#SoCEDS 15.1 release
49SRCREV = "21d6a65d68d84efba88ff21ceae9bc8f2aa06857"
49 50