summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra-common-post.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-10-30 07:28:53 +0000
committerHeiko Schocher <hs@denx.de>2013-07-23 08:34:55 +0200
commit1f2ba722ac06393d6abe6d4734824d3b98ea9108 (patch)
tree86efda8166496c496fcca5deb6cf53764ea2b86b /include/configs/tegra-common-post.h
parentd84eb856c4385c90f4f68594819744b638f77a02 (diff)
downloadblackbird-obmc-uboot-1f2ba722ac06393d6abe6d4734824d3b98ea9108.tar.gz
blackbird-obmc-uboot-1f2ba722ac06393d6abe6d4734824d3b98ea9108.zip
tegra: i2c: Enable new CONFIG_SYS_I2C framework
This enables CONFIG_SYS_I2C on Tegra, updating existing boards and the Tegra i2c driver to support this. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/tegra-common-post.h')
-rw-r--r--include/configs/tegra-common-post.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index 6ed2fde3f3..b784263ebc 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -165,8 +165,8 @@
#endif
/* remove I2C support */
-#ifdef CONFIG_TEGRA_I2C
-#undef CONFIG_TEGRA_I2C
+#ifdef CONFIG_SYS_I2C_TEGRA
+#undef CONFIG_SYS_I2C_TEGRA
#endif
#ifdef CONFIG_CMD_I2C
#undef CONFIG_CMD_I2C
OpenPOWER on IntegriCloud