From 1174b0052859d7dbe573051c9302f1cac3421336 Mon Sep 17 00:00:00 2001 From: Gunjan Gupta Date: Sat, 3 Feb 2024 17:29:35 +0530 Subject: [PATCH] meson-s4t7: bump uboot to khadas-vims-u-boot-2019.01-v1.6.4-release --- config/sources/families/meson-s4t7.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sources/families/meson-s4t7.conf b/config/sources/families/meson-s4t7.conf index cb79fd24da..8ced5dde14 100644 --- a/config/sources/families/meson-s4t7.conf +++ b/config/sources/families/meson-s4t7.conf @@ -27,7 +27,7 @@ esac # Lets build uboot from source BOOTSOURCE="${GITHUB_SOURCE}/khadas/u-boot.git" -BOOTBRANCH="tag:khadas-vims-u-boot-2019.01-v1.6-release" +BOOTBRANCH="tag:khadas-vims-u-boot-2019.01-v1.6.4-release" BOOTPATCHDIR="u-boot-meson-s4t7" BOOTENV_FILE='meson.txt' BOOTSCRIPT="boot-meson-s4t7.cmd:boot.cmd"