Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-08-12 Thread Michal Simek
Hi Lukasz, On 07/27/2015 12:43 PM, Michal Simek wrote: > Hi Lukasz, > > On 04/24/2015 05:48 PM, Lukasz Majewski wrote: >> Hi Michal, >> >>> From: Siva Durga Prasad Paladugu >>> >>> Dont perform reset at the end of thor download >>> if configured to do reset off. >>> Reset may not be required in

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-07-27 Thread Michal Simek
Hi Lukasz, On 04/24/2015 05:48 PM, Lukasz Majewski wrote: > Hi Michal, > >> From: Siva Durga Prasad Paladugu >> >> Dont perform reset at the end of thor download >> if configured to do reset off. >> Reset may not be required in all cases and hence >> provided an option to do so. >> >> The case w

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-24 Thread Lukasz Majewski
Hi Michal, > From: Siva Durga Prasad Paladugu > > Dont perform reset at the end of thor download > if configured to do reset off. > Reset may not be required in all cases and hence > provided an option to do so. > > The case would be to download the images to DDR instead > of flash device. > >

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-23 Thread Michal Simek
Hi Lukasz, On 04/16/2015 12:01 PM, Marek Vasut wrote: > On Thursday, April 16, 2015 at 11:41:30 AM, Michal Simek wrote: >> Hi, >> >> On 04/16/2015 11:31 AM, Marek Vasut wrote: >>> On Thursday, April 16, 2015 at 10:38:34 AM, Michal Simek wrote: From: Siva Durga Prasad Paladugu Dont

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-16 Thread Marek Vasut
On Thursday, April 16, 2015 at 11:41:30 AM, Michal Simek wrote: > Hi, > > On 04/16/2015 11:31 AM, Marek Vasut wrote: > > On Thursday, April 16, 2015 at 10:38:34 AM, Michal Simek wrote: > >> From: Siva Durga Prasad Paladugu > >> > >> Dont perform reset at the end of thor download > >> if configur

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-16 Thread Michal Simek
Hi, On 04/16/2015 11:31 AM, Marek Vasut wrote: > On Thursday, April 16, 2015 at 10:38:34 AM, Michal Simek wrote: >> From: Siva Durga Prasad Paladugu >> >> Dont perform reset at the end of thor download >> if configured to do reset off. >> Reset may not be required in all cases and hence >> provid

Re: [U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-16 Thread Marek Vasut
On Thursday, April 16, 2015 at 10:38:34 AM, Michal Simek wrote: > From: Siva Durga Prasad Paladugu > > Dont perform reset at the end of thor download > if configured to do reset off. > Reset may not be required in all cases and hence > provided an option to do so. > > The case would be to downlo

[U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor

2015-04-16 Thread Michal Simek
From: Siva Durga Prasad Paladugu Dont perform reset at the end of thor download if configured to do reset off. Reset may not be required in all cases and hence provided an option to do so. The case would be to download the images to DDR instead of flash device. Signed-off-by: Siva Durga Prasad