Re: [PATCH v2 5/8] sandbox: defconfig: enable CONFIG_SM option

2023-09-20 Thread Simon Glass
On Mon, 11 Sept 2023 at 10:35, Alexey Romanov wrote: > > We use this option for test UCLASS_SM. s/for/to/ > > Signed-off-by: Alexey Romanov > --- > configs/sandbox_defconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass > > diff --git a/configs/sandbox_defconfig b/config

[PATCH v2 5/8] sandbox: defconfig: enable CONFIG_SM option

2023-09-11 Thread Alexey Romanov
We use this option for test UCLASS_SM. Signed-off-by: Alexey Romanov --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index be46cae7aa..0745a4ecca 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_d