]> git.baikalelectronics.ru Git - uboot.git/commit
arm: lib: bootm: Push the Starting kernel print to the end
authorKeerthy <j-keerthy@ti.com>
Wed, 20 Feb 2019 12:47:22 +0000 (18:17 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 12:35:50 +0000 (08:35 -0400)
commit6432dc107ae47fedb64d722d81b241efc50965d2
treeb840bb1b6ead234730f66b511e4ca5748d3de718
parent069c790913f9bb229389993d864c9d0f7c14d0e7
arm: lib: bootm: Push the Starting kernel print to the end

Push the Starting kernel print to the end just before the
dm_remove_devices call.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/bootm.c