Re: [U-Boot] [PATCH V2 1/4] sandbox: enable command aes

2019-10-21 Thread Simon Glass
On Mon, 23 Sep 2019 at 10:39, Philippe Reynes wrote: > > This commit enable the command aes on sandbox. > Then, it may be used on pytest. > > Signed-off-by: Philippe Reynes > --- > configs/sandbox_defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH V2 1/4] sandbox: enable command aes

2019-09-23 Thread Philippe Reynes
This commit enable the command aes on sandbox. Then, it may be used on pytest. Signed-off-by: Philippe Reynes --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 968ffda..d5872dd 100644 ---