]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6e82e380649ccc2bb10073f01055480c0744dada
tree92dde4d056cdf41e4c773b97df0cb531331b4223
parent4ab8a2b41fe65032eca8510dd6d410e7187a4cf3
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