diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-01-18 00:21:19 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-21 06:35:52 +0000 |
commit | 4ea72c1fac81d170f0164eee97ca06ed21ed6dc7 (patch) | |
tree | 4b1b005cd4825f960ac4854504ee8c8ff5925347 /payloads/external/GRUB2/Kconfig | |
parent | df0fac1eb184ec4539a9b4363d4d3259bb48ec56 (diff) |
payload/grub2: Update from 2.06 to 2.12
Change-Id: I267d341075b907ac72439cf28c2c1458cbeb8d4b
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80019
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'payloads/external/GRUB2/Kconfig')
-rw-r--r-- | payloads/external/GRUB2/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/GRUB2/Kconfig b/payloads/external/GRUB2/Kconfig index e41c562dc4..7adbdd08a3 100644 --- a/payloads/external/GRUB2/Kconfig +++ b/payloads/external/GRUB2/Kconfig @@ -15,7 +15,7 @@ choice default GRUB2_STABLE config GRUB2_STABLE - bool "2.06" + bool "2.12" help Stable GRUB2 version |