post code: Replaced hard-coded post code with macro
[coreboot.git] / src / include / console / post_codes.h
index a72da69bd588c782c8314f7b24dab1816cfc9024..1d12e5ad3f223cc49117a9d968425680dc7f57b5 100644 (file)
  */
 #define POST_CONSOLE_BOOT_MSG                  0x40
 
+/**
+ * \brief Before enabling the cache
+ *
+ * Going to enable the cache
+ */
+#define POST_ENABLING_CACHE                    0x60
+
 /**
  * \brief Devices have been enumerated
  *