This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / include / part / hard_reset.h
index fd1bf62c44c0acfe5c459bfcfb9a7e0a8d097420..cbfc747d1e72cfa25732d00f25fd9d317c0b4d83 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef PART_HARD_RESET_H
 #define PART_HARD_RESET_H
 
-#if HAVE_HARD_RESET == 1
+#if CONFIG_HAVE_HARD_RESET == 1
 void hard_reset(void);
 #else
 #define hard_reset() do {} while(0)