From 4ea72c1fac81d170f0164eee97ca06ed21ed6dc7 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 18 Jan 2024 00:21:19 +0100 Subject: payload/grub2: Update from 2.06 to 2.12 Change-Id: I267d341075b907ac72439cf28c2c1458cbeb8d4b Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/80019 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Chin --- payloads/external/GRUB2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'payloads/external/GRUB2/Makefile') diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile index 1691e9b23e..4382ae60fa 100644 --- a/payloads/external/GRUB2/Makefile +++ b/payloads/external/GRUB2/Makefile @@ -1,9 +1,9 @@ TAG-$(CONFIG_GRUB2_MASTER)=origin/HEAD TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID) -TAG-$(CONFIG_GRUB2_STABLE)=grub-2.06 +TAG-$(CONFIG_GRUB2_STABLE)=grub-2.12 NAME-$(CONFIG_GRUB2_MASTER)=HEAD NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID) -NAME-$(CONFIG_GRUB2_STABLE)=2.06 +NAME-$(CONFIG_GRUB2_STABLE)=2.12 project_git_repo=https://git.savannah.gnu.org/git/grub.git/ project_dir=grub2 -- cgit v1.2.3