Re: [PATCH v2 1/1] bootm: Fix flags used for bootargs string substitution

2023-12-20 Thread Tom Rini
On Fri, Nov 24, 2023 at 05:30:46PM +0100, Piotr Kubik wrote: > Commit 51bb33846ad2 ("bootm: Support string substitution in > bootargs") introduced a feature of bootargs string substitution > and changed a flag used in bootm_process_cmdline_env() call > to be either true or false. With this flag va

Re: [PATCH v2 1/1] bootm: Fix flags used for bootargs string substitution

2023-11-29 Thread Simon Glass
On Fri, 24 Nov 2023 at 09:35, Piotr Kubik wrote: > > Commit 51bb33846ad2 ("bootm: Support string substitution in > bootargs") introduced a feature of bootargs string substitution > and changed a flag used in bootm_process_cmdline_env() call > to be either true or false. With this flag value, > con