diff options
author | Nishanth Menon <nm@ti.com> | 2021-07-06 15:13:24 -0500 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-07-14 04:34:12 +0000 |
commit | ee7389ab67a9dc664814058341d6a417d7ab7c2d (patch) | |
tree | 4e1b17d83c60586ab9b21294946e981196c1d2ea /recipes-bsp/u-boot | |
parent | 26acf04c0669e298006be32f768e2c351b5b5674 (diff) | |
download | meta-ti-ee7389ab67a9dc664814058341d6a417d7ab7c2d.tar.gz |
recipes-bsp: u-boot-ti-mainline: Update to v2021.07 release
Update u-boot recipe to be on the latest official upstream tag.
This introduces initial support for AM64x which works with v5.13
kernel tag.
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Nishanth Menon <nm@ti.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.bb | 4 |
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 0d3f33ef..2db98996 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 | ||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | PV = "2021.04" | 7 | PV = "2021.07" |
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.04" | |||
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 |
16 | UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" | 16 | UBOOT_GIT_URI = "git://source.denx.de/u-boot/u-boot.git" |
17 | UBOOT_GIT_PROTOCOL = "https" | 17 | UBOOT_GIT_PROTOCOL = "https" |
18 | SRCREV = "b46dd116ce03e235f2a7d4843c6278e1da44b5e1" | 18 | SRCREV = "840658b093976390e9537724f802281c9c8439f5" |