[openwrt/openwrt] uboot-mediatek: refresh patches
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 19 05:53:27 PDT 2025
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/58f0f877862eb100a24d4aeaff5ffcc0cb65519a
commit 58f0f877862eb100a24d4aeaff5ffcc0cb65519a
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Jul 19 13:52:46 2025 +0100
uboot-mediatek: refresh patches
Refresh patch which has been made before the update to 2025.07 and
doesn't apply cleanly any more.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
.../patches/457-initialized-the-watchdog-subsystem-later.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/boot/uboot-mediatek/patches/457-initialized-the-watchdog-subsystem-later.patch b/package/boot/uboot-mediatek/patches/457-initialized-the-watchdog-subsystem-later.patch
index 5f864d9b18..bd2573b584 100644
--- a/package/boot/uboot-mediatek/patches/457-initialized-the-watchdog-subsystem-later.patch
+++ b/package/boot/uboot-mediatek/patches/457-initialized-the-watchdog-subsystem-later.patch
@@ -13,7 +13,7 @@ Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
--- a/common/board_r.c
+++ b/common/board_r.c
-@@ -691,19 +691,13 @@ static void initcall_run_r(void)
+@@ -706,19 +706,13 @@ static void initcall_run_r(void)
INITCALL(serial_initialize);
INITCALL(initr_announce);
INITCALL(dm_announce);
@@ -33,7 +33,7 @@ Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
#if CONFIG_IS_ENABLED(PCI_INIT_R) && CONFIG_IS_ENABLED(SYS_EARLY_PCI_INIT)
/*
* Do early PCI configuration _before_ the flash gets initialised,
-@@ -718,7 +712,6 @@ static void initcall_run_r(void)
+@@ -733,7 +727,6 @@ static void initcall_run_r(void)
#if CONFIG_IS_ENABLED(MTD_NOR_FLASH)
INITCALL(initr_flash);
#endif
@@ -41,7 +41,7 @@ Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
#if CONFIG_IS_ENABLED(PPC) || CONFIG_IS_ENABLED(M68K) || CONFIG_IS_ENABLED(X86)
/* initialize higher level parts of CPU like time base and timers */
INITCALL(cpu_init_r);
-@@ -744,6 +737,10 @@ static void initcall_run_r(void)
+@@ -762,6 +755,10 @@ static void initcall_run_r(void)
#if CONFIG_IS_ENABLED(PVBLOCK)
INITCALL(initr_pvblock);
#endif
More information about the lede-commits
mailing list