Re: [PATCH 3/4] OMAP4: add command to select next boot device priority

2013-03-12 Thread Sascha Hauer
On Tue, Mar 12, 2013 at 01:01:24AM +0100, Vicente Bergas wrote: getopt: done as suggested bootsrc: done as suggested IMO this command will be used 99% of the times followed by a reset. The -r option will avoid the burden of executing always the same two commands. Signed-off-by: Vicente

Re: [PATCH 3/4] OMAP4: add command to select next boot device priority

2013-03-12 Thread vj
On Tue, Mar 12, 2013 at 6:51 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Tue, Mar 12, 2013 at 01:01:24AM +0100, Vicente Bergas wrote: getopt: done as suggested bootsrc: done as suggested IMO this command will be used 99% of the times followed by a reset. The -r option will avoid the

Re: [PATCH 3/4] OMAP4: add command to select next boot device priority

2013-03-12 Thread vj
On Tue, Mar 12, 2013 at 10:20 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Tue, Mar 12, 2013 at 09:20:11PM +0100, vj wrote: On Tue, Mar 12, 2013 at 6:51 PM, Sascha Hauer s.ha...@pengutronix.de wrote: On Tue, Mar 12, 2013 at 01:01:24AM +0100, Vicente Bergas wrote: getopt: done as

Re: [PATCH 3/4] OMAP4: add command to select next boot device priority

2013-03-11 Thread Sascha Hauer
On Mon, Mar 11, 2013 at 12:36:06AM +0100, Vicente Bergas wrote: On OMAP4 SoC there is a SAR memory region (Save Rescue) where the ROM code reads the device to boot from. This patch adds a way to set this. Signed-off-by: Vicente Bergas vice...@gmail.com ---

[PATCH 3/4] OMAP4: add command to select next boot device priority

2013-03-11 Thread Vicente Bergas
getopt: done as suggested bootsrc: done as suggested IMO this command will be used 99% of the times followed by a reset. The -r option will avoid the burden of executing always the same two commands. Signed-off-by: Vicente Bergas vice...@gmail.com ---