Add constants for fast path resume copying
[coreboot.git] / src / include / assert.h
index 718f72ebfcb6f272f1a41d3dccf09e3d7e124091..346e76961e8083bc6fbac30542e3be38e3570298 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __ASSERT_H__
 #define __ASSERT_H__
 
-#if defined(__PRE_RAM__) && !CONFIG_USE_PRINTK_IN_CAR
+#if defined(__PRE_RAM__) && !CONFIG_CACHE_AS_RAM
 
 /* ROMCC versions */
 #define ASSERT(x) {                                            \