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

2022-03-02 Thread Simon Glass
On Fri, 25 Feb 2022 at 07:58, 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. > > Signed-off-by: Philippe Reynes > --- > configs/sandbox_defconfig | 3 +++ > 1 file changed, 3

[PATCH v6 13/16] configs: sandbox_defconfig: enable stage pre-load in bootm

2022-02-25 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. Signed-off-by: Philippe Reynes --- configs/sandbox_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/sandbox_defconfig