commit | 9b83f9c594af6033dd507c3ecad1231421063949 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jun 12 15:41:21 2020 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 17 08:51:01 2020 -0400 |
tree | 084443cb4397c251aab37fb81bf6849a7187bb30 | |
parent | fbde7589ce3049318a0e9495db72472af03704af [diff] |
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>