summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorAmjad Ouled-Ameur <aouledameur@baylibre.com>2021-11-08 23:37:41 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-11-12 12:23:40 +0000
commitcae609388f19aa30c8f35f1233e40bebe9464da5 (patch)
tree214cba234d0d7144562db81b634bd08203dcf1b9 /recipes-bsp/u-boot
parent4c6598f599ddd6e9678819449bd6be1fbdf338a7 (diff)
downloadmeta-ti-cae609388f19aa30c8f35f1233e40bebe9464da5.tar.gz
recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release
This introduces a critical fix for both AM335X EVM and AM43XX EVM, which can no longer boot because "uuid" is undefined. v2021.10 has these two fixes, one for each platform: - commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only") - commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only") Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-mainline_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
index 2db98996..76aaa4b2 100644
--- a/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-mainline_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
4 4
5PR = "r0" 5PR = "r0"
6 6
7PV = "2021.07" 7PV = "2021.10"
8 8
9# For the un-initiated: 9# For the un-initiated:
10# The actual URL you'd use with a git clone for example would be: 10# The actual URL you'd use with a git clone for example would be:
@@ -15,4 +15,4 @@ PV = "2021.07"
15# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https 15# b) and we want git fetcher to use https protocol, hence GIT_PROTOCOL as https
16UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" 16UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git"
17UBOOT_GIT_PROTOCOL = "https" 17UBOOT_GIT_PROTOCOL = "https"
18SRCREV = "840658b093976390e9537724f802281c9c8439f5" 18SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91"