summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2020-02-20 16:12:08 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-20 17:50:43 -0800
commit995805ad319491e09aacd5a0b690ff21074f03f7 (patch)
treec0d1e1dca934eb239a5e397cca4290c8a39594a9 /recipes-bsp
parentb75935d7b635e986a3c44d4bc563d70275892931 (diff)
downloadmeta-altera-995805ad319491e09aacd5a0b690ff21074f03f7.tar.gz
u-boot: Update 2019.10 to latest release
Update to 7298985146c70ca8af8d43dd963b3e8aa3900d87 in 2019.10 branch Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb
index 8f577fa..9176f9a 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2019.10.bb
@@ -2,6 +2,6 @@ require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3 3
4SRC_URI = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2019.10" 4SRC_URI = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2019.10"
5SRCREV = "f5efc1065709740b38c32281745c8dbc5edf7365" 5SRCREV = "7298985146c70ca8af8d43dd963b3e8aa3900d87"
6 6
7DEPENDS += "dtc-native bc-native u-boot-mkimage-native" 7DEPENDS += "dtc-native bc-native u-boot-mkimage-native"