diff options
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r-- | src/include/bootstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h index 679633cfa3..66f3dcc70d 100644 --- a/src/include/bootstate.h +++ b/src/include/bootstate.h @@ -183,7 +183,7 @@ struct boot_state_init_entry { }; #if ENV_RAMSTAGE -#define BOOT_STATE_INIT_ATTR __attribute__ ((used,section (".bs_init"))) +#define BOOT_STATE_INIT_ATTR __attribute__ ((used, section (".bs_init"))) #else #define BOOT_STATE_INIT_ATTR __attribute__ ((unused)) #endif |