Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/71606 )
Change subject: agesa/common: Add missing VOID ......................................................................
agesa/common: Add missing VOID
Change-Id: Ifd2339ef69e14ffa48c2b652a76b4dce5b35277b Signed-off-by: Damien Zammit damien@zamaudio.com --- M src/vendorcode/amd/agesa/common/amdlib.c 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/71606/1
diff --git a/src/vendorcode/amd/agesa/common/amdlib.c b/src/vendorcode/amd/agesa/common/amdlib.c index dbfdce8..fb1cf94 100644 --- a/src/vendorcode/amd/agesa/common/amdlib.c +++ b/src/vendorcode/amd/agesa/common/amdlib.c @@ -457,7 +457,9 @@ }
VOID -LibAmdFinit() +LibAmdFinit( + VOID + ) { /* TODO: finit */ __asm__ volatile ("finit");