Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10044
-gerrit
commit 56a11d2672d609bb0ad197de13722218926daf39 Author: Patrick Georgi pgeorgi@chromium.org Date: Thu Apr 30 14:30:51 2015 +0200
chromeos: Use __attribute__ normal form
Change-Id: Idf99c1491386578ac2471ca5cc8a153d2b5225e4 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/vendorcode/google/chromeos/chromeos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/vendorcode/google/chromeos/chromeos.c b/src/vendorcode/google/chromeos/chromeos.c index 1da9676..fb72673 100644 --- a/src/vendorcode/google/chromeos/chromeos.c +++ b/src/vendorcode/google/chromeos/chromeos.c @@ -50,7 +50,7 @@ void __attribute__((weak)) save_chromeos_gpios(void) // Can be implemented by a mainboard }
-int __attribute((weak)) vboot_get_sw_write_protect(void) +int __attribute__((weak)) vboot_get_sw_write_protect(void) { // Can be implemented by a platform / mainboard return 0;