Re: [PATCH v2 08/12] bootm: Update bootm_process_cmdline_env() to use flags

2020-12-07 Thread Tom Rini
On Thu, Nov 05, 2020 at 10:33:44AM -0700, Simon Glass wrote: > At present only one transformation is supported: making the Linux console > silent. To prepare for adding more, convert the boolean parameter into a > flag value. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --

[PATCH v2 08/12] bootm: Update bootm_process_cmdline_env() to use flags

2020-11-05 Thread Simon Glass
At present only one transformation is supported: making the Linux console silent. To prepare for adding more, convert the boolean parameter into a flag value. Signed-off-by: Simon Glass --- (no changes since v1) common/bootm.c | 8 +--- include/bootm.h | 11 +-- test/bootm.c