diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:54:05 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:54:05 +0100 |
| commit | ad2d082bc23451d94e53539c304ddbf1b489d41c (patch) | |
| tree | 7b13f35fb5fc7a4d1cf50f2e81f65c198156ad44 /config/coreboot/default/patches/0040-fix-ifdtool-build.patch | |
| parent | 9a132f96a200678d3c66d0abf9e09aa4150a592a (diff) | |
Revert "cb/default: use rev 62c8197dd25376cb7b18d272af167cb176d28bcf"
This reverts commit fedeb6ecd8b5f3ed79dad754e452aecf88cbdde2.
this, along with several other updates, have been reverted.
dell 3050 micro had boot issues, on the update. i therefore
revert the recent revision update, pending further investigation.
Diffstat (limited to 'config/coreboot/default/patches/0040-fix-ifdtool-build.patch')
| -rw-r--r-- | config/coreboot/default/patches/0040-fix-ifdtool-build.patch | 28 |
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..b39fbc0b --- /dev/null +++ b/config/coreboot/default/patches/0040-fix-ifdtool-build.patch @@ -0,0 +1,28 @@ +From dc4036353483c5fc0c140fc269d9bddb0bb7a967 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/48] 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 + |
