summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/rules.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/rules.h b/src/include/rules.h
index ce968f0dd9d3..fcb827df90e6 100644
--- a/src/include/rules.h
+++ b/src/include/rules.h
@@ -257,9 +257,14 @@
#endif
+#if CONFIG(RAMPAYLOAD)
+/* ENV_PAYLOAD_LOADER is set to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabled */
+#define ENV_PAYLOAD_LOADER ENV_POSTCAR
+#else
/* 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
+#endif
/**
* For pre-DRAM stages and post-CAR always build with simple device model, ie.