From af82d67183bbcc7223f61d9d72016bdd3277a614 Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sat, 27 Jan 2024 21:34:21 +0000
Subject: [PATCH] config/git: use flashprog instead of flashrom

Nico Huber is the rightful project lead. I do not support
the coup that occured within the flashrom project. Nico
has always been of great service to the Libreboot project,
by virtue of his work on both coreboot and flashrom.

Nico Huber was unfairly removed from the flashrom project
infrastructure, due to unfounded accusations hurled at him
by flashrom's new project lead. The accusations are unfounded
because no evidence was given.

Use Nico Huber's fork, named flashprog. We will work with
flashprog from now on.

Signed-off-by: Leah Rowe <leah@libreboot.org>
---
 config/git/flashprog | 6 ++++++
 config/git/flashrom  | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 config/git/flashprog
 delete mode 100644 config/git/flashrom

diff --git a/config/git/flashprog b/config/git/flashprog
new file mode 100644
index 00000000..12105361
--- /dev/null
+++ b/config/git/flashprog
@@ -0,0 +1,6 @@
+{flashprog}{
+	rev: ddb6d926783d4f9cbee04c7392718ed8f89daa0e
+	loc: flashprog
+	url: https://review.sourcearcade.org/flashprog
+	bkup_url: https://github.com/SourceArcade/flashprog.git
+}
diff --git a/config/git/flashrom b/config/git/flashrom
deleted file mode 100644
index 2b6fb574..00000000
--- a/config/git/flashrom
+++ /dev/null
@@ -1,6 +0,0 @@
-{flashrom}{
-	rev: 05c629be2964bcee368c03d805747da15281856d
-	loc: flashrom 
-	url: https://review.coreboot.org/flashrom.git
-	bkup_url: https://github.com/flashrom/flashrom
-}
-- 
GitLab