commit | d6400c3f8520bb9a203fe397039279c80f093c27 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Jan 04 15:23:32 2018 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:24 2018 +0900 |
tree | 4b6aa1319eefc5fb45162cede548c951902d12f6 | |
parent | 58a6fb7b04963d1bf353b66e27f3084037babd6c [diff] |
mmc: add a Kconfig option to enable the support for MMC write operations This allows using CONFIG_IS_ENABLED(MMC_WRITE) to compile out code needed only if write support is required. The option is added for u-boot and for SPL Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>