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 Goldsch
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 cha
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 changed, 1 insertion(+)
diff --git a/common/init/board_init.c b/commo
3 matches
Mail list logo