diff options
-rwxr-xr-x | recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb | 3 | ||||
-rwxr-xr-x | recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb | 3 |
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 | ||
2 | UBOOT_TAG = "353283b6e75eabdcc48dadf08507b4b86c229d78" | ||
3 | |||
1 | require u-boot-socfpga.inc | 4 | require 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 | ||
46 | SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" | 46 | SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" |
47 | 47 | ||
48 | SRCREV = "${AUTOREV}" | 48 | #SoCEDS 15.1 release |
49 | SRCREV = "21d6a65d68d84efba88ff21ceae9bc8f2aa06857" | ||
49 | 50 | ||