From e06c4f61041895720687e633711db4866f814434 Mon Sep 17 00:00:00 2001
From: Shyam Prasath <shyam.prasath@timesys.com>
Date: Wed, 10 Sep 2025 17:51:07 +0530
Subject: [PATCH] imx-mkimage: Add the head hash manually

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e4cf1c3..f50983d 100644
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,7 @@ $(MKIMG): src/build_info.h $(SRCS)
 bin: $(MKIMG)
 
 src/build_info.h:
-	@echo -n '#define MKIMAGE_COMMIT 0x' > src/build_info.h
-	@git rev-parse --short=8 HEAD >> src/build_info.h
+	@echo -n '#define MKIMAGE_COMMIT 0x71b8c18a' > src/build_info.h
 	@echo '' >> src/build_info.h
 
 help:
-- 
2.34.1

