Aaron Durbin (adurbin@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9244
-gerrit
commit 45501598c11bee43cf2978579ed34c6544cc5637 Author: Aaron Durbin adurbin@chromium.org Date: Thu Apr 2 14:39:25 2015 -0500
rk3288: remove duplicated #define `PERI_ACLK_DIV_SHIFT`
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@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)