Hi ALL,
Could any buddy tell me how can I define bootcount value after each
reset cycle, right now i am using SRAM but when boot loader pass the
control to kernel, it reset Sram memory so i lost my bootcount value.
please suggest me another idea for storing bootcount value...
My another query is I want to increase my bootcount value when system is
being reset by watchdog only..
Any pointer from you guys would be help me.
Thanks
~Sumit Gemini
On Sun, Jun 16, 2013 at 12:46 PM, Jagannadha Sutradharudu Teki <
[email protected]> wrote:
> From: Jagannadha Sutradharudu Teki <[email protected]>
>
> checkpatch.pl requires perl v5.10.0 to run but it
> doesn't require to place in /usr/bin/perl
> Use env to ensure that the interpreter used is the
> first one on environment's $PATH on system with
> several versions of perl installed.
>
> Signed-off-by: Jagannadha Sutradharudu Teki <[email protected]>
> ---
> tools/checkpatch.pl | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tools/checkpatch.pl b/tools/checkpatch.pl
> index 896e2bc..8dc5b9c 100755
> --- a/tools/checkpatch.pl
> +++ b/tools/checkpatch.pl
> @@ -1,10 +1,11 @@
> -#!/usr/bin/perl -w
> +#!/usr/bin/env perl
> # (c) 2001, Dave Jones. (the file handling bit)
> # (c) 2005, Joel Schopp <[email protected]> (the ugly bit)
> # (c) 2007,2008, Andy Whitcroft <[email protected]> (new conditions, test
> suite)
> # (c) 2008-2010 Andy Whitcroft <[email protected]>
> # Licensed under the terms of the GNU GPL License version 2
>
> +use warnings;
> use strict;
>
> my $P = $0;
> --
> 1.8.3
>
>
> _______________________________________________
> U-Boot mailing list
> [email protected]
> http://lists.denx.de/mailman/listinfo/u-boot
>
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot