From: Przemyslaw Marczak Date: Thu, 13 Nov 2014 14:29:03 +0000 (+0100) Subject: odroid: setup: disable duplicated definitions X-Git-Tag: submit/tizen_common/20150115.132736~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04b4737138cc0df120064e79ef7fa19847e86bd6;p=platform%2Fkernel%2Fu-boot.git odroid: setup: disable duplicated definitions Change-Id: I525f44753e5e108f11cbb05ad13a994a47df6728 Signed-off-by: Przemyslaw Marczak --- diff --git a/board/samsung/odroid/setup.h b/board/samsung/odroid/setup.h index 3e48dada27..3f22395d16 100644 --- a/board/samsung/odroid/setup.h +++ b/board/samsung/odroid/setup.h @@ -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)