commit | 372a7d925b3b7611bea7df04e7dc01b8b9854a3c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:58 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | 6ac1c7ef295545f9e077a91263a2dbb44c74644a | |
parent | 879a9416d1e7197f99f428edc1c32bf59e6e8d3b [diff] |
dm: mmc: Allow sandbox emulator to build without writes When MMC_WRITE is disabled this driver produced a build error. Fix this. Also update a comment while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>