Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-10-28 16:30:02 +0300 committer: kx <kx@radix.pro> 2023-10-28 16:30:02 +0300 commit: 555b9458002fcb47af0f95dc6c1d4fb8773d4431 parent: db52e5179dffeb7dc835a4bef1788a839ab8e615
Commit Summary:
Remove rockchip git calls
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/drivers/video/rockchip/mpp/Makefile b/drivers/video/rockchip/mpp/Makefile
index 16e191a8e..5c44fb574 100644
--- a/drivers/video/rockchip/mpp/Makefile
+++ b/drivers/video/rockchip/mpp/Makefile
@@ -1,9 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 
 MPP_GIT_REVISION := \
-	$(shell git log -1 --no-decorate --date=short \
-	--pretty=format:"%h author: %<|(30)%an %cd %s" -- $(src) || \
-	echo -n "unknown mpp version for missing VCS info")
+	$(shell echo -n "")
 
 MPP_REVISION_0 := $(subst \,\\\,$(MPP_GIT_REVISION))
 MPP_REVISION   := $(subst ",\\\",$(MPP_REVISION_0))