Re: [U-Boot] [PATCH 5/5] sf: Add sr-protect sub-command

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 2:58 AM, George McCollister wrote: > Add an sf sub-command named sr-protect which allows the status register > protection method to be changed. > > Valid settings are software, hardware, power and otp. > > Signed-off-by: George McCollister

[U-Boot] [PATCH 5/5] sf: Add sr-protect sub-command

2016-10-10 Thread George McCollister
Add an sf sub-command named sr-protect which allows the status register protection method to be changed. Valid settings are software, hardware, power and otp. Signed-off-by: George McCollister --- cmd/sf.c | 28 1 file changed, 28