From 77a9ebd67bf0447e2c5db169d88ea1e98ea13e8b Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 2 Apr 2015 14:39:25 -0500 Subject: 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 Reviewed-on: http://review.coreboot.org/9244 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/soc/rockchip/rk3288/clock.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/rockchip/rk3288/clock.c') diff --git a/src/soc/rockchip/rk3288/clock.c b/src/soc/rockchip/rk3288/clock.c index 59a32db5b2..8202ef2127 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) -- cgit v1.2.3