Re: [U-Boot] [PATCH] imx: Use a convenient default value for SYS_MALLOC_F_LEN

2019-05-03 Thread Tom Rini
On Fri, May 03, 2019 at 12:51:24PM +, Auer, Lukas wrote: > On Fri, 2019-05-03 at 09:25 -0300, Fabio Estevam wrote: > > Commit 3a7c45f6a772 ("simple-bus: add DM_FLAG_PRE_RELOC flag to > > simple-bus driver") causes some i.MX boards that were converted > > to DM, such as warp7, to fail to boot. >

Re: [U-Boot] [PATCH] imx: Use a convenient default value for SYS_MALLOC_F_LEN

2019-05-03 Thread Auer, Lukas
On Fri, 2019-05-03 at 09:25 -0300, Fabio Estevam wrote: > Commit 3a7c45f6a772 ("simple-bus: add DM_FLAG_PRE_RELOC flag to > simple-bus driver") causes some i.MX boards that were converted > to DM, such as warp7, to fail to boot. > > As explained by Lukas Auer: > > "With the patch, U-Boot probes t

Re: [U-Boot] [PATCH] imx: Use a convenient default value for SYS_MALLOC_F_LEN

2019-05-03 Thread Joris Offouga
Tested-by: Joris Offouga Le 03/05/2019 à 14:25, Fabio Estevam a écrit : Commit 3a7c45f6a772 ("simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver") causes some i.MX boards that were converted to DM, such as warp7, to fail to boot. As explained by Lukas Auer: "With the patch, U-Boot pr

[U-Boot] [PATCH] imx: Use a convenient default value for SYS_MALLOC_F_LEN

2019-05-03 Thread Fabio Estevam
Commit 3a7c45f6a772 ("simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver") causes some i.MX boards that were converted to DM, such as warp7, to fail to boot. As explained by Lukas Auer: "With the patch, U-Boot probes the drivers for devices under simple-bus device tree nodes in the pre-r