summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-12-04 07:57:05 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-04 10:54:10 -0800
commit402359eb8b2f505ae0469a20659870f961e130a9 (patch)
treeb18cb3e658da32bc33c4cba15f0c5d678f785817 /recipes-bsp
parent8cd5a0718f8bbdd99bca2b5729c7d5e33147c9ee (diff)
downloadmeta-altera-402359eb8b2f505ae0469a20659870f961e130a9.tar.gz
u-boot: Update to latest release
Update to 0c3e6f623d87899448191f2cffb761b7e7a8c5d5 Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb
index 46ef6f6..6ff279e 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2019.04.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.04" 4SRC_URI = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2019.04"
5SRCREV = "8c4cd804d6d77fbc4d7201d19755b6e89d43ae65" 5SRCREV = "0c3e6f623d87899448191f2cffb761b7e7a8c5d5"
6 6
7DEPENDS += "dtc-native bc-native u-boot-mkimage-native" 7DEPENDS += "dtc-native bc-native u-boot-mkimage-native"