RE: [PATCH v2 22/45] dm: mmc: Allow sandbox emulator to build without writes

2022-10-16 Thread 정재훈
> -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Thursday, October 13, 2022 9:29 PM > To: U-Boot Mailing List > Cc: Tom Rini ; Simon Glass ; Jaehoon > Chung > ; Marek Vasut ; Pavel Herrmann > ; > Peng Fan > Subject: [PATCH v2

[PATCH v2 22/45] dm: mmc: Allow sandbox emulator to build without writes

2022-10-13 Thread Simon Glass
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 --- (no changes since v1) drivers/mmc/sandbox_mmc.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/sandbox_m