summaryrefslogtreecommitdiff
path: root/include/configs/seaboard.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-30 14:28:33 -0700
committerSimon Glass <sjg@chromium.org>2011-10-04 14:53:26 -0700
commit6e70feeabbce4649c5e089e83a1a94d7fa06e91a (patch)
treed53b047f9ab3cf73d431eddba70b39db5ac45592 /include/configs/seaboard.h
parente1a5c912f08e82345f697c0b57eb34f7051dbd87 (diff)
tegra: Make i2c driver common
The T20 and T30 i2c peripherals can use the same driver. This renames the driver and puts the header file into the common arch-tegra directory. BUG=chromium-os:19004 TEST=build and boot on seaboard Change-Id: Iec76bb27340db037fdc67b3509fd35f7b5aaeb34 Reviewed-on: http://gerrit.chromium.org/gerrit/8643 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/seaboard.h')
-rw-r--r--include/configs/seaboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index cea67c79292..4ade2bb28cf 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -208,7 +208,7 @@
#define CONFIG_CMD_SF
/* I2C */
-#define CONFIG_TEGRA2_I2C
+#define CONFIG_TEGRA_I2C
#define CONFIG_SYS_I2C_INIT_BOARD
#define CONFIG_I2C_MULTI_BUS
#define CONFIG_SYS_MAX_I2C_BUS 4