diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:53:46 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:53:46 +0100 |
| commit | e90e1df74dce25a5bb660e72d8d862671d04300e (patch) | |
| tree | 24e4451764e1ad60b7f776476230646c4f4d73f8 /config/coreboot/default/patches/0041-fix-ifdtool-build.patch | |
| parent | 154c5ff319a5fdc3f55520f483c014f8aeabee16 (diff) | |
Revert "consolidate haswell iommu patches"
This reverts commit f60350344a56fa2b9db2b0653f69a7b036da8aab.
Diffstat (limited to 'config/coreboot/default/patches/0041-fix-ifdtool-build.patch')
| -rw-r--r-- | config/coreboot/default/patches/0041-fix-ifdtool-build.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/coreboot/default/patches/0041-fix-ifdtool-build.patch b/config/coreboot/default/patches/0041-fix-ifdtool-build.patch new file mode 100644 index 00000000..3124f7c3 --- /dev/null +++ b/config/coreboot/default/patches/0041-fix-ifdtool-build.patch @@ -0,0 +1,28 @@ +From 42fb6f08310a35587643bdfd75bcdca5318f1022 Mon Sep 17 00:00:00 2001 +From: Leah Rowe <leah@libreboot.org> +Date: Sat, 20 Dec 2025 20:12:48 +0100 +Subject: [PATCH 41/51] 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 7f0c10bd0b..2a5365efe7 100644 +--- a/util/ifdtool/ifdtool.c ++++ b/util/ifdtool/ifdtool.c +@@ -2610,7 +2610,7 @@ int main(int argc, char *argv[]) + } + mode_nuke = 1; + break; +- Case 'v': ++ case 'v': + print_version(); + exit(EXIT_SUCCESS); + break; +-- +2.47.3 + |
