summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_spl_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-03-04 02:45:44 (GMT)
committerStefano Babic <sbabic@denx.de>2017-03-20 18:01:34 (GMT)
commit001cdbbb32ef1f62f5913f2913eab49e3270ee7b (patch)
tree18ae13a4b3d686a73545d21abff704e842ca8cb9 /configs/mx6slevk_spl_defconfig
parent2cc416a83649911516285b2c3dcf7025637ee1be (diff)
downloadu-boot-fsl-qoriq-001cdbbb32ef1f62f5913f2913eab49e3270ee7b.tar.xz
imx: mx6slevk: enable more DM drivers
Enable more DM drivers. The imx I2C/MMC DM drivers needs DM_GPIO enabled. So needs to enable them together. DM FEC and SPI are not enabled, but they use gpio in board code. So use gpio_request first to request the gpio, because DM_GPIO is enabled. Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/mx6slevk_spl_defconfig')
-rw-r--r--configs/mx6slevk_spl_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6slevk_spl_defconfig b/configs/mx6slevk_spl_defconfig
index dcdc747..7d3de1f 100644
--- a/configs/mx6slevk_spl_defconfig
+++ b/configs/mx6slevk_spl_defconfig
@@ -8,7 +8,7 @@ CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_LIBDISK_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,SPL,MX6SL"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,SPL,MX6SL,SYS_I2C"
CONFIG_BOOTDELAY=3
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL=y