Re: [PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn

2023-12-10 Thread Angelo Dureghello
Hi Simon, Acked-by: Angelo Dureghello On 04/12/23 1:26 AM, Simon Glass wrote: These arguments are not used now. They cannot be provided when there is no bootm command invoked to provide arguments. Drop the argc and argv parameters. Signed-off-by: Simon Glass --- arch/arc/lib/bootm.c

Re: [PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn

2023-12-04 Thread Simon Glass
Hi Angelo, On Tue, 5 Dec 2023 at 08:01, Angelo Dureghello wrote: > > Hi Simon, > > looks like i cannot apply this patch: > >    ~/dev-k/u-boot-coldfire  on   master *2  git am > Complete-decoupling-of-bootm-logic-from-commands.patch > Applying: bootm: netbds: Drop passing of arguments >

Re: [PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn

2023-12-04 Thread Angelo Dureghello
Hi Simon, looks like i cannot apply this patch:    ~/dev-k/u-boot-coldfire  on   master *2  git am Complete-decoupling-of-bootm-logic-from-commands.patch Applying: bootm: netbds: Drop passing of arguments Applying: bootm: plan: Drop passing of arguments Applying: bootm: qnxelf: Drop pa

[PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn

2023-12-03 Thread Simon Glass
These arguments are not used now. They cannot be provided when there is no bootm command invoked to provide arguments. Drop the argc and argv parameters. Signed-off-by: Simon Glass --- arch/arc/lib/bootm.c| 2 +- arch/arm/lib/bootm.c| 3 +-- arch/m68k/lib/bootm.c | 3 +-