Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-17 Thread Andreas Bießmann
Dear Joel A Fernandes, On 16.06.13 17:44, Joel A Fernandes wrote: On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.comjavascript:; checkpatch.pl requires perl v5.10.0 to run but it doesn't require to place in

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-17 Thread Joel A Fernandes
On Mon, Jun 17, 2013 at 1:38 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Joel A Fernandes, On 16.06.13 17:44, Joel A Fernandes wrote: On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.comjavascript:;

[U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com 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.

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Sumit Gemini
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

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Michael Trimarchi
Hi Il giorno 16/giu/2013 11:55, Sumit Gemini sumit.gemi...@gmail.com ha scritto: 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

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Tom Rini
On Sun, Jun 16, 2013 at 12:46:37PM +0530, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.com 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

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Jagannadha Sutradharudu Teki
From: Joel A Fernandes [mailto:agnel.j...@gmail.com] Sent: 16 June 2013 21:15 To: Jagannadha Sutradharudu Teki Cc: u-boot@lists.denx.de; Tom Rini Subject: Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: From

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Joel A Fernandes
On Sunday, June 16, 2013, Jagannadha Sutradharudu Teki wrote: From: Jagannadha Sutradharudu Teki jagannadh.t...@gmail.comjavascript:; 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