Re: [U-Boot] [PATCH 0/2] improve hello_world standalone application for arm

2017-08-12 Thread Max Krummenacher
Dear Wolfgang Am Samstag, den 12.08.2017, 20:32 +0200 schrieb Wolfgang Denk: > Dear Max, > > In message <20170812090346.7887-1-max.krummenac...@toradex.com> you wrote: > > > > > > This series addresses > > - hardcoded entry address, use LOADADDR if available as the entry point > > instead >

Re: [U-Boot] [PATCH 0/2] improve hello_world standalone application for arm

2017-08-12 Thread Wolfgang Denk
Dear Max, In message <20170812090346.7887-1-max.krummenac...@toradex.com> you wrote: > > This series addresses > - hardcoded entry address, use LOADADDR if available as the entry point > instead I'm not sure which sort of problem you are trying to fix, but what you describe here is inherently

[U-Boot] [PATCH 0/2] improve hello_world standalone application for arm

2017-08-12 Thread Max Krummenacher
This series addresses - hardcoded entry address, use LOADADDR if available as the entry point instead - fix thumb build, jumping with 'go' to the entry point expects arm code Note that in addition to the two fixes I've seen random freezes or 'random' printed stuff when using an early linaro gcc