Commit 3e6a52c6ca0d1d3aee8eccb1a3ea19cc50919640

Authored by Hannes Petermaier
Committed by Tom Rini
1 parent ef1bd8f416

board/BuR/common: Add CONFIG_CMD_I2C

in almost all cases we need the i2c commands within the u-boot shell.
So we enable them within the common section.

Cc: trini@ti.com
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/bur_am335x_common.h
... ... @@ -96,7 +96,7 @@
96 96 #define CONFIG_SYS_OMAP24_I2C_SPEED 100000
97 97 #define CONFIG_SYS_OMAP24_I2C_SLAVE 1
98 98 #define CONFIG_SYS_I2C_OMAP24XX
99   -
  99 +#define CONFIG_CMD_I2C
100 100 /* GPIO */
101 101 #define CONFIG_OMAP_GPIO
102 102 #define CONFIG_CMD_GPIO