Re: [U-Boot] [PATCH v5 7/9] bootm: use new common function lmb_init_and_reserve

2018-12-10 Thread Simon Glass
On Sun, 9 Dec 2018 at 13:46, Simon Goldschmidt wrote: > > This reduces duplicate code only. > > Signed-off-by: Simon Goldschmidt > --- > > Changes in v5: None > Changes in v4: None > Changes in v2: None > > common/bootm.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) >

[U-Boot] [PATCH v5 7/9] bootm: use new common function lmb_init_and_reserve

2018-12-09 Thread Simon Goldschmidt
This reduces duplicate code only. Signed-off-by: Simon Goldschmidt --- Changes in v5: None Changes in v4: None Changes in v2: None common/bootm.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common/bootm.c b/common/bootm.c index 8bf84ebcb7..31e4f0f794 100644 ---