cmd: booti: convert the debug print about image move to printf
authorTero Kristo <t-kristo@ti.com>
Fri, 12 Jun 2020 12:41:21 +0000 (15:41 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jul 2020 12:51:01 +0000 (08:51 -0400)
commit9b83f9c594af6033dd507c3ecad1231421063949
tree084443cb4397c251aab37fb81bf6849a7187bb30
parentfbde7589ce3049318a0e9495db72472af03704af
cmd: booti: convert the debug print about image move to printf

Moving of the OS image may have some nasty side effects like corrupting
DTB. Convert the current debug print to printf so that the relocation of
the OS is always obvious to the user.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
cmd/booti.c