aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/bootblock_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/bootblock_simple.c')
-rw-r--r--src/arch/x86/bootblock_simple.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/bootblock_simple.c b/src/arch/x86/bootblock_simple.c
index 5a0b56b625..6b41718417 100644
--- a/src/arch/x86/bootblock_simple.c
+++ b/src/arch/x86/bootblock_simple.c
@@ -29,9 +29,9 @@ static void main(unsigned long bist)
}
#if CONFIG_SEPARATE_VERSTAGE
- const char* target1 = "fallback/verstage";
+ const char *target1 = "fallback/verstage";
#else
- const char* target1 = "fallback/romstage";
+ const char *target1 = "fallback/romstage";
#endif
unsigned long entry;