From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Mon, 07 Feb 2011 15:17:59 +0200 Subject: [U-Boot] Boot count limit Message-ID: <4D4FF107.8010400@embedded-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, The current implementation of boot count limit feature relies on the availability of registers/memory that preserve their value across reboot. Unfortunately there's no such thing my board. I was thinking of using u-boot environment on NOR to store intermediate boot count value and clear it in linux via fw_setenv. Is there any problem with this approach ? Thanks. Felix.