Re: [PATCH 3/4] cmd: mmc: display write protect state of boot partition

2020-03-31 Thread Jaehoon Chung
On 4/1/20 3:05 PM, Heinrich Schuchardt wrote: > On 4/1/20 5:04 AM, Jaehoon Chung wrote: >> Hi, >> >> On 3/30/20 2:24 PM, Heinrich Schuchardt wrote: >>> Boot partitions of eMMC devices can be power on or permanently write >>> protected. Let the 'mmc info' command display the protection state. >>> >>

Re: [PATCH 3/4] cmd: mmc: display write protect state of boot partition

2020-03-31 Thread Heinrich Schuchardt
On 4/1/20 5:04 AM, Jaehoon Chung wrote: > Hi, > > On 3/30/20 2:24 PM, Heinrich Schuchardt wrote: >> Boot partitions of eMMC devices can be power on or permanently write >> protected. Let the 'mmc info' command display the protection state. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> cmd/mm

Re: [PATCH 3/4] cmd: mmc: display write protect state of boot partition

2020-03-31 Thread Jaehoon Chung
Hi, On 3/30/20 2:24 PM, Heinrich Schuchardt wrote: > Boot partitions of eMMC devices can be power on or permanently write > protected. Let the 'mmc info' command display the protection state. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/mmc.c | 24 > 1 file change

[PATCH 3/4] cmd: mmc: display write protect state of boot partition

2020-03-29 Thread Heinrich Schuchardt
Boot partitions of eMMC devices can be power on or permanently write protected. Let the 'mmc info' command display the protection state. Signed-off-by: Heinrich Schuchardt --- cmd/mmc.c | 24 1 file changed, 24 insertions(+) diff --git a/cmd/mmc.c b/cmd/mmc.c index 6f3c