From 72a7f59cd84388bb2d2227afbd9065f794c68602 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 7 Apr 2023 20:36:33 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/u-boot/u-boot-bb.org_git.bb | 5 +++++ 1 file changed, 5 insertions(+) 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" UBOOT_GIT_PROTOCOL = "https" BRANCH = "v2021.01-ti-08.05.00.005-SDK-8.5" SRCREV = "46ff4982b41067e5c93369bddd49b1541856d80b" + +BRANCH:beaglebone-ai64 = "v2021.01-ti-08.05.00.001" +BRANCH:beaglebone-ai64-k3r5 = "v2021.01-ti-08.05.00.001" +SRCREV:beaglebone-ai64 = "ea96725b5156135d5875415f75d2188f6f56622a" +SRCREV:beaglebone-ai64-k3r5 = "ea96725b5156135d5875415f75d2188f6f56622a"