diff mbox

[U-Boot,04/14] ti_armv7_common: i2c: do not define DM_I2C for spl

Message ID 20160718094109.2076-5-mugunthanvnm@ti.com
State Accepted
Commit eff6b7731b03f3a387d83a2a5b7b78a3037e74b0
Delegated to: Heiko Schocher
Headers show

Commit Message

Mugunthan V N July 18, 2016, 9:40 a.m. UTC
Since omap's spl doesn't support DM currently, do not define
DM_I2C for spl build.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 include/configs/ti_armv7_common.h | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tom Rini July 18, 2016, 2:27 p.m. UTC | #1
On Mon, Jul 18, 2016 at 03:10:59PM +0530, Mugunthan V N wrote:

> Since omap's spl doesn't support DM currently, do not define
> DM_I2C for spl build.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index ba7cf15..b996f35 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -108,6 +108,14 @@ 
 /* Timer information. */
 #define CONFIG_SYS_PTV			2	/* Divisor: 2^(PTV+1) => 8 */
 
+/*
+ * Disable DM_* for SPL build and can be re-enabled after adding
+ * DM support in SPL
+ */
+#ifdef CONFIG_SPL_BUILD
+#undef CONFIG_DM_I2C
+#endif
+
 /* I2C IP block */
 #define CONFIG_I2C
 #define CONFIG_SYS_I2C