summaryrefslogtreecommitdiff
path: root/config/coreboot/default/patches/0040-fix-ifdtool-build.patch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-02-19 15:21:51 +0000
committerLeah Rowe <leah@libreboot.org>2026-02-19 15:36:22 +0000
commit1068acd2c0297c5cfd35951de062568f3f2fa0e8 (patch)
treedbe6ca8f48b560ba45bee435ff1a92c4fa70ea6a /config/coreboot/default/patches/0040-fix-ifdtool-build.patch
parente6d9b82c628080fd87e90a002ddc7b818a0eba2f (diff)
coreboot/default: new rev ed5a993fHEADmaster
latest coreboot rev as of literally today this is in preparation for a thinkpad x270 port using a WIP patch that was contributed Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/default/patches/0040-fix-ifdtool-build.patch')
-rw-r--r--config/coreboot/default/patches/0040-fix-ifdtool-build.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/config/coreboot/default/patches/0040-fix-ifdtool-build.patch b/config/coreboot/default/patches/0040-fix-ifdtool-build.patch
new file mode 100644
index 00000000..17fc0353
--- /dev/null
+++ b/config/coreboot/default/patches/0040-fix-ifdtool-build.patch
@@ -0,0 +1,28 @@
+From ee295fa8156560526ea9821f6140b84f36d5a92c Mon Sep 17 00:00:00 2001
+From: Leah Rowe <leah@libreboot.org>
+Date: Sat, 20 Dec 2025 20:12:48 +0100
+Subject: [PATCH 40/45] fix ifdtool build
+
+not my mistake. someone messed up.
+
+Signed-off-by: Leah Rowe <leah@libreboot.org>
+---
+ util/ifdtool/ifdtool.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c
+index cab934c3a5..d181888e0f 100644
+--- a/util/ifdtool/ifdtool.c
++++ b/util/ifdtool/ifdtool.c
+@@ -2598,7 +2598,7 @@ int main(int argc, char *argv[])
+ }
+ mode_nuke = 1;
+ break;
+- Case 'v':
++ case 'v':
+ print_version();
+ exit(EXIT_SUCCESS);
+ break;
+--
+2.47.3
+