commit | b9a40c0c0ad82944c55d10b866a96b25c48e9f5f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:30 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:18 2017 +0900 |
tree | 72467ef655574ec7475a57eab9061fdaf27009b5 | |
parent | 2088747743a38f7d074aa034809874c1f17e218a [diff] |
dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS This should depend on SPL_DM_MMC, not SPL_DM. For it and update the only affected board's defconfig. Signed-off-by: Simon Glass <sjg@chromium.org>