summaryrefslogtreecommitdiffstats
path: root/src/lib/ramstage.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ramstage.ld')
-rw-r--r--src/lib/ramstage.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ramstage.ld b/src/lib/ramstage.ld
index 402f495..432df40 100644
--- a/src/lib/ramstage.ld
+++ b/src/lib/ramstage.ld
@@ -34,7 +34,7 @@
_etext = .;
} : to_load
-#ifdef CONFIG_COVERAGE
+#if IS_ENABLED(CONFIG_COVERAGE)
.ctors : {
. = ALIGN(0x100);
__CTOR_LIST__ = .;
OpenPOWER on IntegriCloud