From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 14 May 2010 14:33:28 -0500 Subject: [U-Boot] hardware flash protect kept during a reboot? Message-ID: <4BEDA588.8080107@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de If I enable CONFIG_SYS_FLASH_PROTECTION and have a support flash chipset, are my protected sectors supposed to remain protected during a reboot? That is, if I protect some flash sector, and then reboot U-Boot, I know U-Boot will not show the sector as being protected, because the info->protect[] array is initialized on every boot. However, since I was using hardware protection, I expect the chip will still protect the sector. -- Timur Tabi Linux kernel developer at Freescale