Re: [U-Boot] [PATCH 4/5] board_init.c: fix simple malloc by storing malloc_limit

2018-08-06 Thread Simon Goldschmidt
Marek Vasut schrieb am Mo., 6. Aug. 2018, 15:19: > On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > > board_init_f_init_reserve() sets gd->malloc_base but does > > not set gd->malloc_limit. This results in malloc_simple() > > failing, so let's set this here. > > > > Signed-off-by: Simon

Re: [U-Boot] [PATCH 4/5] board_init.c: fix simple malloc by storing malloc_limit

2018-08-06 Thread Marek Vasut
On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > board_init_f_init_reserve() sets gd->malloc_base but does > not set gd->malloc_limit. This results in malloc_simple() > failing, so let's set this here. > > Signed-off-by: Simon Goldschmidt > --- > > common/init/board_init.c | 1 + > 1 file