chromeos: Use __attribute__ normal form

Change-Id: Idf99c1491386578ac2471ca5cc8a153d2b5225e4
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10044
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Patrick Georgi 2015-04-30 14:30:51 +02:00 committed by Patrick Georgi
parent 3e18acabd3
commit e360df0fe2
1 changed files with 1 additions and 1 deletions

View File

@ -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;