Commit 4335e8bc authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed u-boot-2021.04-exynos_wdt.patch

parent 89affc6e
...@@ -438,7 +438,7 @@ diff -uNr u-boot-2021.04/drivers/watchdog/exynos_wdt.c u-boot-2021.04-exynos_wdt ...@@ -438,7 +438,7 @@ diff -uNr u-boot-2021.04/drivers/watchdog/exynos_wdt.c u-boot-2021.04-exynos_wdt
+ .probe = exynos_wdt_probe, + .probe = exynos_wdt_probe,
+ .ops = &exynos_wdt_ops, + .ops = &exynos_wdt_ops,
+ .priv_auto = sizeof(struct exynos_wdt_priv), + .priv_auto = sizeof(struct exynos_wdt_priv),
+ .of_to_plat = exynos_wdt_ofdata_to_platdata, + .of_to_plat = exynos_wdt_of_to_plat,
+}; +};
diff -uNr u-boot-2021.04/drivers/watchdog/Kconfig u-boot-2021.04-exynos_wdt/drivers/watchdog/Kconfig diff -uNr u-boot-2021.04/drivers/watchdog/Kconfig u-boot-2021.04-exynos_wdt/drivers/watchdog/Kconfig
--- u-boot-2021.04/drivers/watchdog/Kconfig 2021-04-06 00:33:29.000000000 +0930 --- u-boot-2021.04/drivers/watchdog/Kconfig 2021-04-06 00:33:29.000000000 +0930
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment