]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
icore: configs: Fix merge conflict issue
authorJagan Teki <jagan@amarulasolutions.com>
Thu, 28 Sep 2017 17:59:13 +0000 (23:29 +0530)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Oct 2017 17:31:33 +0000 (14:31 -0300)
Fix for finding mmc devices on i.MX6Q icore boards
added in below comment
"icorem6: Fix to find MMC devices"
(sha1: a2b137b38d925df91afef52f5122927de024f81a)

which is reverted in during u-boot-imx merge
" Merge git://git.denx.de/u-boot-imx"
(sha1: 6aee2ab68c362ace5a59f89a63abed82e0bf19e5)

This patch, is recreated to fix merge conflict.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
(cherry picked from commit daf3cb1d066d85acf12c04a06f25442479be25a7)

configs/imx6qdl_icore_mmc_defconfig
configs/imx6qdl_icore_rqs_defconfig

index 1bc9a06fc17d2325deba7be8e80e486dac8b0dd2..1b001df7ed50988c4342fb3cec1c51dfa6deb502 100644 (file)
@@ -37,7 +37,6 @@ CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_LIST="imx6q-icore imx6dl-icore"
 CONFIG_ENV_IS_IN_MMC=y
-# CONFIG_BLK is not set
 CONFIG_SYS_I2C_MXC=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_SMSC=y
index d26a463ff675e4a49904dadb4e7573cbc6c23562..a57a9923b80d9ab6721c378558ec0380efc15d27 100644 (file)
@@ -34,7 +34,6 @@ CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_LIST="imx6q-icore-rqs imx6dl-icore-rqs"
 CONFIG_ENV_IS_IN_MMC=y
-# CONFIG_BLK is not set
 CONFIG_SYS_I2C_MXC=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_MICREL=y