From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 11 Oct 2016 10:05:30 +0800 Subject: [U-Boot] [PATCH 5/5] sf: Add sr-protect sub-command In-Reply-To: <20161010185801.27991-6-george.mccollister@gmail.com> References: <20161010185801.27991-1-george.mccollister@gmail.com> <20161010185801.27991-6-george.mccollister@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > cmd/sf.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > Reviewed-by: Bin Meng