Re: [U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end

2019-02-20 Thread Simon Glass
On Wed, 20 Feb 2019 at 05:47, Keerthy wrote: > > Push the Starting kernel print to the end just before the > dm_remove_devices call. > > Signed-off-by: Keerthy > --- > arch/arm/lib/bootm.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass

[U-Boot] [PATCH] arm: lib: bootm: Push the Starting kernel print to the end

2019-02-20 Thread Keerthy
Push the Starting kernel print to the end just before the dm_remove_devices call. Signed-off-by: Keerthy --- arch/arm/lib/bootm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index 329f20c2bf..bf68a5ba62 100644 --- a/arch/arm