Attention is currently required from: Hung-Te Lin, Paul Menzel, Jianjun Wang, Felix Held. Hello Hung-Te Lin, build bot (Jenkins), Paul Menzel, Yu-Ping Wu, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63190
to look at the new patch set (#2).
Change subject: soc/mediatek/early_init: Fix function return type ......................................................................
soc/mediatek/early_init: Fix function return type
Fix return type of early_init_get_elapsed_time_us() to comply with the data type of return value.
Also replace memset() with struct initializer.
Signed-off-by: Jianjun Wang jianjun.wang@mediatek.com Fixes: commit 41faa22 (soc/mediatek: Add early_init for passing data across stages) Change-Id: I7c361828362c2dfec91358ad8a420f5360243da0 --- M src/soc/mediatek/common/early_init.c M src/soc/mediatek/common/include/soc/early_init.h M src/soc/mediatek/common/pcie.c 3 files changed, 5 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/63190/2