summaryrefslogtreecommitdiffstats
path: root/src/drivers/pc80/rtc/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/pc80/rtc/post.c')
-rw-r--r--src/drivers/pc80/rtc/post.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/pc80/rtc/post.c b/src/drivers/pc80/rtc/post.c
index aa8ea18ee933..8150fbad8ae6 100644
--- a/src/drivers/pc80/rtc/post.c
+++ b/src/drivers/pc80/rtc/post.c
@@ -60,9 +60,9 @@ int cmos_post_previous_boot(u8 *code, u32 *extra)
/* Check last post code in previous boot against normal list */
switch (*code) {
- case POST_OS_BOOT:
- case POST_OS_RESUME:
- case POST_ENTER_ELF_BOOT:
+ case POSTCODE_OS_BOOT:
+ case POSTCODE_OS_RESUME:
+ case POSTCODE_ENTER_ELF_BOOT:
case 0:
break;
default: