summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/finalize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/finalize.c')
-rw-r--r--src/soc/intel/tigerlake/finalize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/finalize.c b/src/soc/intel/tigerlake/finalize.c
index 283efb50df4f..cd02745a9e6b 100644
--- a/src/soc/intel/tigerlake/finalize.c
+++ b/src/soc/intel/tigerlake/finalize.c
@@ -61,7 +61,7 @@ static void soc_finalize(void *unused)
heci1_disable();
/* Indicate finalize step with post code */
- post_code(POST_OS_BOOT);
+ post_code(POSTCODE_OS_BOOT);
}
BOOT_STATE_INIT_ENTRY(BS_OS_RESUME, BS_ON_ENTRY, soc_finalize, NULL);