Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-18 Thread Lokesh Vutla
On Thursday 18 May 2017 09:04 PM, Manfred Schlaegl wrote: > On 2017-05-18 16:59, Lothar Waßmann wrote: >> Manfred Schlaegl wrote: >> >>> On 2017-05-17 06:13, Lokesh Vutla wrote: On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: > On 2017-05-11 08:53, Lokesh Vutla wrote:

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-18 Thread Manfred Schlaegl
On 2017-05-18 17:37, Jagan Teki wrote: > On Thu, May 18, 2017 at 9:04 PM, Manfred Schlaegl > wrote: >> On 2017-05-18 16:59, Lothar Waßmann wrote: >>> Manfred Schlaegl wrote: >>> On 2017-05-17 06:13, Lokesh Vutla wrote: > > > On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-18 Thread Jagan Teki
On Thu, May 18, 2017 at 9:04 PM, Manfred Schlaegl wrote: > On 2017-05-18 16:59, Lothar Waßmann wrote: >> Manfred Schlaegl wrote: >> >>> On 2017-05-17 06:13, Lokesh Vutla wrote: On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: > On 2017-05-11 08:53, Lokesh Vutla wrote: >

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-18 Thread Manfred Schlaegl
On 2017-05-18 16:59, Lothar Waßmann wrote: > Manfred Schlaegl wrote: > >> On 2017-05-17 06:13, Lokesh Vutla wrote: >>> >>> >>> On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: On 2017-05-11 08:53, Lokesh Vutla wrote: > > > On Wednesday 10 May 2017 07:11 PM, Manfred Schlae

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-18 Thread Lothar Waßmann
Manfred Schlaegl wrote: > On 2017-05-17 06:13, Lokesh Vutla wrote: > > > > > > On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: > >> On 2017-05-11 08:53, Lokesh Vutla wrote: > >>> > >>> > >>> On Wednesday 10 May 2017 07:11 PM, Manfred Schlaegl wrote: > Using u-boot-2017.05 on i.MX6

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-18 Thread Manfred Schlaegl
On 2017-05-17 06:13, Lokesh Vutla wrote: > > > On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: >> On 2017-05-11 08:53, Lokesh Vutla wrote: >>> >>> >>> On Wednesday 10 May 2017 07:11 PM, Manfred Schlaegl wrote: Using u-boot-2017.05 on i.MX6UL we ran into following problem: Initi

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-16 Thread Lokesh Vutla
On Tuesday 16 May 2017 07:59 PM, Manfred Schlaegl wrote: > On 2017-05-11 08:53, Lokesh Vutla wrote: >> >> >> On Wednesday 10 May 2017 07:11 PM, Manfred Schlaegl wrote: >>> Using u-boot-2017.05 on i.MX6UL we ran into following problem: >>> Initially U-Boot could be started normally. >>> If we adde

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-16 Thread Manfred Schlaegl
On 2017-05-11 14:12, Jagan Teki wrote: > On Wed, May 10, 2017 at 7:11 PM, Manfred Schlaegl > wrote: >> Using u-boot-2017.05 on i.MX6UL we ran into following problem: >> Initially U-Boot could be started normally. >> If we added one random command in configuration, the newly generated >> image hung

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-16 Thread Manfred Schlaegl
On 2017-05-11 08:53, Lokesh Vutla wrote: > > > On Wednesday 10 May 2017 07:11 PM, Manfred Schlaegl wrote: >> Using u-boot-2017.05 on i.MX6UL we ran into following problem: >> Initially U-Boot could be started normally. >> If we added one random command in configuration, the newly generated >> ima

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-11 Thread Jagan Teki
On Wed, May 10, 2017 at 7:11 PM, Manfred Schlaegl wrote: > Using u-boot-2017.05 on i.MX6UL we ran into following problem: > Initially U-Boot could be started normally. > If we added one random command in configuration, the newly generated > image hung at startup (last output was DRAM: 256 MiB).

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-10 Thread Lokesh Vutla
On Wednesday 10 May 2017 07:11 PM, Manfred Schlaegl wrote: > Using u-boot-2017.05 on i.MX6UL we ran into following problem: > Initially U-Boot could be started normally. > If we added one random command in configuration, the newly generated > image hung at startup (last output was DRAM: 256 MiB)

Re: [U-Boot] [PATCH] ARM: fixed relocation using proper alignment

2017-05-10 Thread Alexander Graf
On 10.05.17 15:41, Manfred Schlaegl wrote: Using u-boot-2017.05 on i.MX6UL we ran into following problem: Initially U-Boot could be started normally. If we added one random command in configuration, the newly generated image hung at startup (last output was DRAM: 256 MiB). We tracked this dow