]> git.baikalelectronics.ru Git - uboot.git/commit
bootm: use new common function lmb_init_and_reserve
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 14 Jan 2019 21:38:20 +0000 (22:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 16 Jan 2019 21:37:06 +0000 (16:37 -0500)
commitd389301bdc52f59204310b4791a426e66f2c4135
tree8ee2574f752cb8e78406e9c72a7a75ec80ac9bca
parentd20d4fe1ebdee4a4c78df8703e64c0fac85eede5
bootm: use new common function lmb_init_and_reserve

This reduces duplicate code only.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/bootm.c