summaryrefslogtreecommitdiff
path: root/src/lib/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/reset.c')
-rw-r--r--src/lib/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reset.c b/src/lib/reset.c
index 904776e91b..61163f13a3 100644
--- a/src/lib/reset.c
+++ b/src/lib/reset.c
@@ -26,7 +26,7 @@ __noreturn void board_reset(void)
halt();
}
-#if IS_ENABLED(CONFIG_MISSING_BOARD_RESET)
+#if CONFIG(MISSING_BOARD_RESET)
void do_board_reset(void)
{
printk(BIOS_CRIT, "No board_reset implementation, hanging...\n");