Skip to content

Commit

Permalink
Update 0001-v2020.07.11.patch
Browse files Browse the repository at this point in the history
Fix "ndef" at line 585 (Lost my mind :-) )
  • Loading branch information
deividAlfa authored Jun 30, 2021
1 parent 4403b79 commit 0a73cd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ index ee387127f3..5ecdf58bd5 100644
#define APB2_RESET_UART_SHIFT (16)
#define APB2_RESET_UART_MASK (0xff << APB2_RESET_UART_SHIFT)
diff --git a/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h b/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
index 02ce73954d..75c0018ea9 100644
index 02ce73954d..12b22c4774 100644
--- a/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
+++ b/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
@@ -42,7 +42,11 @@
Expand All @@ -577,7 +577,7 @@ index 02ce73954d..75c0018ea9 100644
+
+#ifdef CONFIG_MACH_SUNIV
+#define SUNXI_PWM_BASE 0x01c21000
+#elif ndef CONFIG_SUNXI_GEN_SUN6I
+#elif !defined CONFIG_SUNXI_GEN_SUN6I
#define SUNXI_PWM_BASE 0x01c20e00
#endif
+#ifndef CONFIG_MACH_SUNIV
Expand Down

0 comments on commit 0a73cd6

Please sign in to comment.