Add constants for fast path resume copying
[coreboot.git] / src / include / fallback.h
index baf868412840d7d5e7361b4e002108938067e8ef..ffcbafb6e1d39ff4bfb09fc3f7dc62a34e2f4731 100644 (file)
@@ -1,17 +1,12 @@
 #ifndef FALLBACK_H
 #define FALLBACK_H
 
-#ifndef ASSEMBLY
+#if !defined(__ASSEMBLER__) && !defined(__PRE_RAM__)
 
-#if CONFIG_HAVE_FALLBACK_BOOT == 1
 void set_boot_successful(void);
-#else
-#define set_boot_successful()
-#endif
-
 void boot_successful(void);
 
-#endif /* ASSEMBLY */
+#endif /* __ASSEMBLER__ */
 
 #define RTC_BOOT_BYTE  48