Re: [PATCH v8 13/15] configs: sandbox_defconfig: enable stage pre-load in bootm

2022-03-31 Thread Tom Rini
On Mon, Mar 28, 2022 at 10:57:05PM +0200, Philippe Reynes wrote: > Enable the support of stage pre-load in bootm. > For the moment, this stage allow to verify the > signature of the full image with a header. > > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next,

[PATCH v8 13/15] configs: sandbox_defconfig: enable stage pre-load in bootm

2022-03-28 Thread Philippe Reynes
Enable the support of stage pre-load in bootm. For the moment, this stage allow to verify the signature of the full image with a header. Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- configs/sandbox_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git