From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Jin Date: Wed, 23 Feb 2005 00:24:14 -0800 Subject: [U-Boot-Users] flash protect question In-Reply-To: <6.1.1.1.0.20050221150114.01dec810@ptg1.spd.analog.com> References: <6.1.1.1.0.20050221150114.01dec810@ptg1.spd.analog.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 > - is the structure info->protect[n] suppose to be stored in non-volatile > memory on a "saveenv"? It didn't seem to be, and thus every time I do a > 'reset', it current is set to the default (protect U-boot and nothing else. To my understanding it's volatile. The protected sectors usually stores uboot itself during the flash initialization. Once you reset the board, the only sectors protected are those protected during the initialization. Regards, -Shawn.