On 2/16/21 4:02 PM, Bin Meng wrote: > From: Bin Meng <bin.m...@windriver.com> > > High capacity cards don't support write protection hence we should > not preform the write protect groups check in sd_erase() for them. > > Signed-off-by: Bin Meng <bin.m...@windriver.com> > > --- > > Changes in v2: > - new patch: sd: Skip write protect groups check in sd_erase() for high > capacity card > > hw/sd/sd.c | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>