common:autoboot:modify function parameters
authorShenlin Liang <liangshenlin@eswincomputing.com>
Fri, 2 Dec 2022 04:53:48 +0000 (12:53 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 16:54:49 +0000 (11:54 -0500)
commitc9c42ad21fe4fe7bdd39e8557ac15aad92b5d968
tree92dde4d056cdf41e4c773b97df0cb531331b4223
parentee4f86cc042129abf1b16fcfbf4fc705b03375b6
common:autoboot:modify function parameters

the blob parameter of the function process_fdt_options has not been
invoked in the function body and should be changed to void type

Signed-off-by: Shenlin Liang <liangshenlin@eswincomputing.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/autoboot.c