commit | 9d46e63d9771c789c2c934bb6f5f6af042f1bba0 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Mon Mar 28 22:57:00 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 31 14:12:01 2022 -0400 |
tree | 203636401a0370414a4ec1074ae69cde649b6d63 | |
parent | 982207435a7b96d594336a88c08cb5b09e5f2963 [diff] |
cmd: bootm: add a stage pre-load Add a stage pre-load to the command bootm. Right now, this stage may be used to read a header and check the signature of the full image. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>