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> Reviewed-on: http://review.coreboot.org/9244 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
512bfbc1c7
commit
77a9ebd67b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue