diff options
| author | Simon Glass <sjg@chromium.org> | 2012-10-30 07:28:53 +0000 | 
|---|---|---|
| committer | Heiko Schocher <hs@denx.de> | 2013-07-23 08:34:55 +0200 | 
| commit | 1f2ba722ac06393d6abe6d4734824d3b98ea9108 (patch) | |
| tree | 86efda8166496c496fcca5deb6cf53764ea2b86b /include/configs/seaboard.h | |
| parent | d84eb856c4385c90f4f68594819744b638f77a02 (diff) | |
| download | olio-uboot-2014.01-1f2ba722ac06393d6abe6d4734824d3b98ea9108.tar.xz olio-uboot-2014.01-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/seaboard.h')
| -rw-r--r-- | include/configs/seaboard.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index f0da1fcf1..4048b6e2d 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -57,12 +57,11 @@  #define CONFIG_BOARD_LATE_INIT		/* Make sure LCD init is complete */  /* I2C */ -#define CONFIG_TEGRA_I2C +#define CONFIG_SYS_I2C_TEGRA  #define CONFIG_SYS_I2C_INIT_BOARD -#define CONFIG_I2C_MULTI_BUS -#define CONFIG_SYS_MAX_I2C_BUS		4  #define CONFIG_SYS_I2C_SPEED		100000  #define CONFIG_CMD_I2C +#define CONFIG_SYS_I2C  /* SD/MMC */  #define CONFIG_MMC |