Re: [PATCH v1 1/5] tee: optee: fix description in Kconfig

2024-02-29 Thread Ilias Apalodimas
On Wed, Feb 14, 2024 at 07:34:40PM +0100, Igor Opaniuk wrote: > Fix OPTEE_TA_AVB symbol description in Kconfig: > s/"write"rb"/"write_rb"/g > > Signed-off-by: Igor Opaniuk > --- > > drivers/tee/optee/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/tee/o

Re: [PATCH v1 1/5] tee: optee: fix description in Kconfig

2024-02-14 Thread Heinrich Schuchardt
On 2/14/24 7:34 PM, Igor Opaniuk wrote: Fix OPTEE_TA_AVB symbol description in Kconfig: s/"write"rb"/"write_rb"/g Signed-off-by: Igor Opaniuk The change is consistent with cmd/avb.c:424: U_BOOT_CMD_MKENT(write_rb, 3, 0, do_avb_write_rb, "", ""), Reviewed-by: Heinrich Schuchardt --- dri

[PATCH v1 1/5] tee: optee: fix description in Kconfig

2024-02-14 Thread Igor Opaniuk
Fix OPTEE_TA_AVB symbol description in Kconfig: s/"write"rb"/"write_rb"/g Signed-off-by: Igor Opaniuk --- drivers/tee/optee/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig index 9dc65b0501e..db0bcfa6f15 100644 ---