Re: [U-Boot] rockchip breakage with "spl: Remove overwrite of relocated malloc limit"

2017-03-07 Thread Heiko Stübner
Am Dienstag, 7. März 2017, 10:01:02 CET schrieb Simon Glass: > Hi, > > On 6 March 2017 at 23:56, Kever Yang wrote: > > Hi Heiko, > > > > That patch break all the Rockchip SoCs SPL which using spl_init(). > > > > Eddie send one patch for rk3288 by add a

Re: [U-Boot] rockchip breakage with "spl: Remove overwrite of relocated malloc limit"

2017-03-07 Thread Simon Glass
Hi, On 7 March 2017 at 11:39, Heiko Stübner wrote: > > Am Dienstag, 7. März 2017, 10:01:02 CET schrieb Simon Glass: > > Hi, > > > > On 6 March 2017 at 23:56, Kever Yang wrote: > > > Hi Heiko, > > > > > > That patch break all the Rockchip SoCs SPL

Re: [U-Boot] rockchip breakage with "spl: Remove overwrite of relocated malloc limit"

2017-03-07 Thread Simon Glass
Hi, On 6 March 2017 at 23:56, Kever Yang wrote: > Hi Heiko, > > That patch break all the Rockchip SoCs SPL which using spl_init(). > > Eddie send one patch for rk3288 by add a spl_early_init(), which is > under review, I also look forward for better solution. Is this

Re: [U-Boot] rockchip breakage with "spl: Remove overwrite of relocated malloc limit"

2017-03-06 Thread Kever Yang
Hi Heiko, That patch break all the Rockchip SoCs SPL which using spl_init(). Eddie send one patch for rk3288 by add a spl_early_init(), which is under review, I also look forward for better solution. Thanks, - Kever On 03/07/2017 08:42 AM, Heiko Stübner wrote: Hi, I just realized patch

[U-Boot] rockchip breakage with "spl: Remove overwrite of relocated malloc limit"

2017-03-06 Thread Heiko Stübner
Hi, I just realized patch b3d2861eb20a ("spl: Remove overwrite of relocated malloc limit") introduces breakage in my rk3188 uboot code (and should most likely also affect the very similar other rockchip spl boards). The boards call spl_init in their board_init_f functions because they need the