Re: [PATCH 1/1] common:autoboot:modify function parameters

2023-01-12 Thread Tom Rini
On Fri, Dec 02, 2022 at 12:53:48PM +0800, Shenlin Liang wrote: > the blob parameter of the function process_fdt_options has not been > invoked in the function body and should be changed to void type > > Signed-off-by: Shenlin Liang > Reviewed-by: Simon Glass Applied to u-boot/master, thanks!

Re: [PATCH 1/1] common:autoboot:modify function parameters

2022-12-04 Thread Simon Glass
On Sat, 3 Dec 2022 at 01:25, Shenlin Liang wrote: > > the blob parameter of the function process_fdt_options has not been > invoked in the function body and should be changed to void type > > Signed-off-by: Shenlin Liang > --- > common/autoboot.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 de

[PATCH 1/1] common:autoboot:modify function parameters

2022-12-02 Thread Shenlin Liang
the blob parameter of the function process_fdt_options has not been invoked in the function body and should be changed to void type Signed-off-by: Shenlin Liang --- common/autoboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/autoboot.c b/common/autoboot.c ind