diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-25 16:07:34 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2016-09-20 06:46:01 +0900 |
commit | 8d549b61dc1b3a99a47738bd258813d336f6475b (patch) | |
tree | d9bb9b16bdce22ba3232a32dc9102dec06c2037a /drivers/video/ipu_common.c | |
parent | 9b1b6d42256a4c2e59c803afdbf90d39371e61ba (diff) | |
download | u-boot-imx-8d549b61dc1b3a99a47738bd258813d336f6475b.zip u-boot-imx-8d549b61dc1b3a99a47738bd258813d336f6475b.tar.gz u-boot-imx-8d549b61dc1b3a99a47738bd258813d336f6475b.tar.bz2 |
mmc: sdhci: move sdhci_reset() call to sdhci_init()
If CONFIG_BLK is enabled, add_sdhci() is never called.
So, sdhci_reset() is not called, either. This is a problem for
my board as it needs the reset to start from a sane state.
Move the add_sdhci() call to sdhci_init(), which is visited
by both of the with/without CONFIG_BLK cases.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/video/ipu_common.c')
0 files changed, 0 insertions, 0 deletions