odroid: setup: disable duplicated definitions 80/30280/1
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Thu, 13 Nov 2014 14:29:03 +0000 (15:29 +0100)
committerPrzemyslaw Marczak <p.marczak@samsung.com>
Thu, 13 Nov 2014 14:29:50 +0000 (15:29 +0100)
Change-Id: I525f44753e5e108f11cbb05ad13a994a47df6728
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
board/samsung/odroid/setup.h

index 3e48dad..3f22395 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef __ODROIDU3_SETUP__
 #define __ODROIDU3_SETUP__
 
+#if 0
 /* A/M PLL_CON0 */
 #define SDIV(x)                 ((x) & 0x7)
 #define PDIV(x)                 (((x) & 0x3f) << 8)
@@ -77,7 +78,7 @@
 #define DIV_STAT_CPU1_CHANGING (DIV_COPY(DIV_STAT_CHANGING) | \
                                DIV_HPM(DIV_STAT_CHANGING) | \
                                DIV_CORES(DIV_STAT_CHANGING))
-
+#endif
 /* CLK_SRC_DMC */
 #define MUX_C2C_SEL(x)         ((x) & 0x1)
 #define MUX_DMC_BUS_SEL(x)     (((x) & 0x1) << 4)