Re: [PATCH v2 05/12] bootm: Add a bool parameter to bootm_process_cmdline_env()

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:41AM -0700, Simon Glass wrote: > This function will soon do more than just handle the 'silent linux' > feature. As a first step, update it to take a boolean parameter, > indicating whether or not the processing is required. > > Signed-off-by: Simon Glass Applied

[PATCH v2 05/12] bootm: Add a bool parameter to bootm_process_cmdline_env()

2020-11-05 Thread Simon Glass
This function will soon do more than just handle the 'silent linux' feature. As a first step, update it to take a boolean parameter, indicating whether or not the processing is required. Signed-off-by: Simon Glass --- (no changes since v1) common/bootm.c | 20 ++--