diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-04-07 20:36:33 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-04-10 11:14:09 -0500 |
commit | 72a7f59cd84388bb2d2227afbd9065f794c68602 (patch) | |
tree | 9eafb64da839eccb1652a23a9479443a431bf481 /meta-ti-bsp/recipes-bsp/u-boot | |
parent | 627aa2dd666399057c177d6656f9ea678c36ae2c (diff) | |
download | meta-ti-72a7f59cd84388bb2d2227afbd9065f794c68602.tar.gz |
u-boot-bb.org: use dedicated branch for beaglebone-ai64
Use dedicated branch for BB-AI64 that includes recent changes for new
memory part.
Cc: Robert Nelson <robertcnelson@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb index bdc40c0f..579b5570 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | |||
@@ -12,3 +12,8 @@ UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git" | |||
12 | UBOOT_GIT_PROTOCOL = "https" | 12 | UBOOT_GIT_PROTOCOL = "https" |
13 | BRANCH = "v2021.01-ti-08.05.00.005-SDK-8.5" | 13 | BRANCH = "v2021.01-ti-08.05.00.005-SDK-8.5" |
14 | SRCREV = "46ff4982b41067e5c93369bddd49b1541856d80b" | 14 | SRCREV = "46ff4982b41067e5c93369bddd49b1541856d80b" |
15 | |||
16 | BRANCH:beaglebone-ai64 = "v2021.01-ti-08.05.00.001" | ||
17 | BRANCH:beaglebone-ai64-k3r5 = "v2021.01-ti-08.05.00.001" | ||
18 | SRCREV:beaglebone-ai64 = "ea96725b5156135d5875415f75d2188f6f56622a" | ||
19 | SRCREV:beaglebone-ai64-k3r5 = "ea96725b5156135d5875415f75d2188f6f56622a" | ||