[coreboot-gerrit] Change in coreboot[master]: via/cn700: Fix clang error with missing main

Damien Zammit (Code Review) gerrit at coreboot.org
Sun Sep 3 02:41:45 CEST 2017


Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/21356


Change subject: via/cn700: Fix clang error with missing main
......................................................................

via/cn700: Fix clang error with missing main

According to clang, main has no prototype for bcom/winnetp680
so add it into corresponding raminit.h

Change-Id: I8a55267901986757a4fa88ee13460ffbed3eeadc
Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
M src/northbridge/via/cn700/raminit.h
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/21356/1

diff --git a/src/northbridge/via/cn700/raminit.h b/src/northbridge/via/cn700/raminit.h
index 073b253..d78ad1f 100644
--- a/src/northbridge/via/cn700/raminit.h
+++ b/src/northbridge/via/cn700/raminit.h
@@ -28,5 +28,6 @@
 
 /* mainboard specific */
 int spd_read_byte(unsigned device, unsigned address);
+void main(unsigned long bist);
 
 #endif

-- 
To view, visit https://review.coreboot.org/21356
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a55267901986757a4fa88ee13460ffbed3eeadc
Gerrit-Change-Number: 21356
Gerrit-PatchSet: 1
Gerrit-Owner: Damien Zammit <damien at zamaudio.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170903/4240736c/attachment.html>


More information about the coreboot-gerrit mailing list