summaryrefslogtreecommitdiffstats
path: root/include/configs/bur_am335x_common.h
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2014-06-04 10:28:39 +0200
committerTom Rini <trini@ti.com>2014-06-06 17:46:15 -0400
commit3e6a52c6ca0d1d3aee8eccb1a3ea19cc50919640 (patch)
treec8a3137ca0fb424b2b4e6d8564c89043bc126cbf /include/configs/bur_am335x_common.h
parentef1bd8f416d5e841df6abfb35e3d15f459343bbf (diff)
downloadtalos-obmc-uboot-3e6a52c6ca0d1d3aee8eccb1a3ea19cc50919640.tar.gz
talos-obmc-uboot-3e6a52c6ca0d1d3aee8eccb1a3ea19cc50919640.zip
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>
Diffstat (limited to 'include/configs/bur_am335x_common.h')
-rw-r--r--include/configs/bur_am335x_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 2edffea2e0..5a37536b0a 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -96,7 +96,7 @@
#define CONFIG_SYS_OMAP24_I2C_SPEED 100000
#define CONFIG_SYS_OMAP24_I2C_SLAVE 1
#define CONFIG_SYS_I2C_OMAP24XX
-
+#define CONFIG_CMD_I2C
/* GPIO */
#define CONFIG_OMAP_GPIO
#define CONFIG_CMD_GPIO
OpenPOWER on IntegriCloud