bootm: Update bootm_process_cmdline_env() to use flags
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 17:33:44 +0000 (10:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:26 +0000 (16:09 -0500)
commitb3c01678fdb15c63b231743481b9b77c7c4f8549
treefdd847df8fa0cc2a019dced609c214f68a21d015
parentb6386f38410f669f706a748d7d292d24ea14fe29
bootm: Update bootm_process_cmdline_env() to use flags

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 <sjg@chromium.org>
common/bootm.c
include/bootm.h
test/bootm.c