mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
d2fb85bd64
(cherry picked from commit 8a72282798)
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
14 lines
363 B
Diff
14 lines
363 B
Diff
diff --git a/host/lib/flashrom.c b/host/lib/flashrom.c
|
|
index 6a80201..c67a99d 100644
|
|
--- a/host/lib/flashrom.c
|
|
+++ b/host/lib/flashrom.c
|
|
@@ -23,7 +23,7 @@
|
|
#include "flashrom.h"
|
|
#include "subprocess.h"
|
|
|
|
-#define FLASHROM_EXEC_NAME "flashrom"
|
|
+#define FLASHROM_EXEC_NAME "flashrom-cros"
|
|
|
|
/**
|
|
* Helper to create a temporary file, and optionally write some data
|