-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f08c9b6
commit 01a6578
Showing
9 changed files
with
36 additions
and
162 deletions.
There are no files selected for viewing
Submodule 0001-manjaro-linux
updated
from a0c8cc to 439c86
52 changes: 0 additions & 52 deletions
52
linux/latest/0021-rockpi-4b/0014-add-possibility-of-disabling-rk808-rtc.patch
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
linux/latest/0021-rockpi-4b/0015-change-the-way-that-BUCK1-and-BUCK2-of-rk808-PMIC-se.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
linux/latest/0100-vendor/0003-Revert-kbuild-Disallow-DTB-overlays-to-built-from-.d.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: bsp <[email protected]> | ||
Date: Thu, 28 Sep 2023 18:00:40 +0800 | ||
Subject: [PATCH 1/1] Revert "kbuild: Disallow DTB overlays to built from .dts | ||
named source files" | ||
|
||
This reverts commit 81d362732bac05f656cdc4bbe776ac20cfd30c45. | ||
--- | ||
scripts/Makefile.lib | 3 +++ | ||
1 file changed, 3 insertions(+) | ||
|
||
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib | ||
index 68d0134bdbf9d..100a386fcd717 100644 | ||
--- a/scripts/Makefile.lib | ||
+++ b/scripts/Makefile.lib | ||
@@ -418,6 +418,9 @@ endif | ||
$(obj)/%.dtb: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE | ||
$(call if_changed_dep,dtb) | ||
|
||
+$(obj)/%.dtbo: $(src)/%.dts $(DTC) FORCE | ||
+ $(call if_changed_dep,dtc) | ||
+ | ||
$(obj)/%.dtbo: $(src)/%.dtso $(DTC) FORCE | ||
$(call if_changed_dep,dtc) | ||
|
||
-- | ||
2.42.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters