[coreboot-gerrit] New patch to review for coreboot: 8003514 rk3288: remove duplicted #define

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Thu Apr 2 21:40:59 CEST 2015


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9244

-gerrit

commit 800351461d4992e290c4a39bb003bec6a8c88071
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Apr 2 14:39:25 2015 -0500

    rk3288: remove duplicted #define
    
    I'm not sure how the build didn't fail before. In either
    case remove the duplication.
    
    Change-Id: I764774f2b8a5839512af3f054b844a1a86efdb45
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/soc/rockchip/rk3288/clock.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/soc/rockchip/rk3288/clock.c b/src/soc/rockchip/rk3288/clock.c
index 59a32db..8202ef2 100644
--- a/src/soc/rockchip/rk3288/clock.c
+++ b/src/soc/rockchip/rk3288/clock.c
@@ -159,7 +159,6 @@ static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 2, 4);
  */
 #define PERI_ACLK_DIV_SHIFT	(0x0)
 #define PERI_ACLK_DIV_MSK	(0x1F)
-#define PERI_ACLK_DIV_SHIFT	(0)
 
 /*******************CLKSEL37 BITS***************************/
 #define L2_DIV_MSK	(0x7)



More information about the coreboot-gerrit mailing list