]> Git Repo - J-u-boot.git/commit
cmd: bootm: add a stage pre-load
authorPhilippe Reynes <[email protected]>
Mon, 28 Mar 2022 20:57:00 +0000 (22:57 +0200)
committerTom Rini <[email protected]>
Thu, 31 Mar 2022 18:12:01 +0000 (14:12 -0400)
commit9d46e63d9771c789c2c934bb6f5f6af042f1bba0
tree203636401a0370414a4ec1074ae69cde649b6d63
parent982207435a7b96d594336a88c08cb5b09e5f2963
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 <[email protected]>
Signed-off-by: Philippe Reynes <[email protected]>
boot/bootm.c
cmd/Kconfig
cmd/bootm.c
include/image.h
This page took 0.034758 seconds and 4 git commands to generate.