summaryrefslogtreecommitdiff
path: root/src/include/bootstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootstate.h')
-rw-r--r--src/include/bootstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h
index efe72322d3..4e95ca4f3c 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