On 06.06.2024 17:21, Tom Rini wrote:
On Thu, Jun 06, 2024 at 09:02:43AM +0200, Heinrich Schuchardt wrote:
On 6/5/24 20:43, Maxim Moskalets wrote:
From: Maxim Moskalets <[email protected]>
Loading and running the ELF image is the responsibility of the
library and should not be associated with the command line interface.
It is also required to run ELF images from FIT with the bootm command
so as not to depend on the command line interface.
Signed-off-by: Maxim Moskalets <[email protected]>
In future versions please, include a change log separated from the
commit message by ---, e.g.
---
v6:
foo changed to bar
v5:
xxx removed
---
Best regards
Heinrich
Do you have any other feedback, Heinrich?
I will take these comments into account in future patches.
Are there any other comments?
Best regards
Maxim