aboutsummaryrefslogtreecommitdiff
path: root/src/include/rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rules.h')
-rw-r--r--src/include/rules.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/rules.h b/src/include/rules.h
index ea8335fb8c..ce968f0dd9 100644
--- a/src/include/rules.h
+++ b/src/include/rules.h
@@ -257,6 +257,10 @@
#endif
+/* ENV_PAYLOAD_LOADER is set when you are in a stage that loads the payload.
+ * For now, that is the ramstage. */
+#define ENV_PAYLOAD_LOADER ENV_RAMSTAGE
+
/**
* For pre-DRAM stages and post-CAR always build with simple device model, ie.
* PCI, PNP and CPU functions operate without use of devicetree. The reason