diff options
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 |