[U-Boot] [PATCH 1/2] SPL: Add CONFIG_SPL_BOOTCOUNT_SUPPORT

2013-09-27 Thread Tom Rini
Add a new symbol, CONFIG_SPL_BOOTCOUNT_SUPPORT, to make use of the existing BOOTCOUNT_SUPPORT within SPL. It is strongly discouraged to use bootcount in both SPL and full U-Boot, as they use the same counter. Signed-off-by: Tom Rini --- README|6 ++ common/spl/spl.c | 27

Re: [U-Boot] [PATCH 1/2] SPL: Add CONFIG_SPL_BOOTCOUNT_SUPPORT

2013-09-29 Thread Stefan Roese
Hi Tom, On 27.09.2013 21:26, Tom Rini wrote: > Add a new symbol, CONFIG_SPL_BOOTCOUNT_SUPPORT, to make use of the > existing BOOTCOUNT_SUPPORT within SPL. It is strongly discouraged to > use bootcount in both SPL and full U-Boot, as they use the same counter. I just noticed that I missed sending

Re: [U-Boot] [PATCH 1/2] SPL: Add CONFIG_SPL_BOOTCOUNT_SUPPORT

2013-10-02 Thread Tom Rini
On Mon, Sep 30, 2013 at 08:37:56AM +0200, Stefan Roese wrote: > Hi Tom, > > On 27.09.2013 21:26, Tom Rini wrote: > > Add a new symbol, CONFIG_SPL_BOOTCOUNT_SUPPORT, to make use of the > > existing BOOTCOUNT_SUPPORT within SPL. It is strongly discouraged to > > use bootcount in both SPL and full U