From 2c8fa513a13ab075f56a261d349d148d92fa1bd8 Mon Sep 17 00:00:00 2001
From: Przemyslaw Marczak
Date: Thu, 13 Nov 2014 15:29:03 +0100
Subject: [PATCH] odroid: setup: disable duplicated definitions
Change-Id: I525f44753e5e108f11cbb05ad13a994a47df6728
Signed-off-by: Przemyslaw Marczak
---
board/samsung/odroid/setup.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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)
--
2.34.1