[coreboot-gerrit] Change in coreboot[master]: cpu/allwinner/a10/clock.h: Add missing bracket

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Sun Jun 18 16:08:17 CEST 2017


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/20260


Change subject: cpu/allwinner/a10/clock.h: Add missing bracket
......................................................................

cpu/allwinner/a10/clock.h: Add missing bracket

Change-Id: I92f0b5d47c60c259171c4db90fb5003f4eb8580b
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/cpu/allwinner/a10/clock.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/20260/1

diff --git a/src/cpu/allwinner/a10/clock.h b/src/cpu/allwinner/a10/clock.h
index a723ecc..31bfc66 100644
--- a/src/cpu/allwinner/a10/clock.h
+++ b/src/cpu/allwinner/a10/clock.h
@@ -51,7 +51,7 @@
 #define  APB1_CLK_SRC_32K		(2 << 24)
 #define APB1_RAT_N_MASK			(3 << 16)
 #define  APB1_RAT_N(m)			(((m) & 0x3) << 16)
-#define APB1_RAT_M_MASK			0x1f << 0)
+#define APB1_RAT_M_MASK			(0x1f << 0)
 #define  APB1_RAT_M(n)			(((n) & 0x1f) << 0)
 
 /* PLL5_CFG values */

-- 
To view, visit https://review.coreboot.org/20260
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I92f0b5d47c60c259171c4db90fb5003f4eb8580b
Gerrit-Change-Number: 20260
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>



More information about the coreboot-gerrit mailing list