bootm: Add a bool parameter to bootm_process_cmdline_env()
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 17:33:41 +0000 (10:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:26 +0000 (16:09 -0500)
commitd9477a0a4d4c4561941007a8b3db588385aaad07
tree7d1b7455747038d1728c152cf9c689bc74d7ea8f
parent4dcb81545ab09b6cb4ee1f3c870fb3131984cf6f
bootm: Add a bool parameter to bootm_process_cmdline_env()

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