aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc64/include/arch/header.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc64/include/arch/header.ld')
-rw-r--r--src/arch/ppc64/include/arch/header.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/ppc64/include/arch/header.ld b/src/arch/ppc64/include/arch/header.ld
index 349fd5165c..badeefdf49 100644
--- a/src/arch/ppc64/include/arch/header.ld
+++ b/src/arch/ppc64/include/arch/header.ld
@@ -19,7 +19,7 @@ PHDRS
to_load PT_LOAD;
}
-#ifdef __BOOTBLOCK__
+#if ENV_BOOTBLOCK
ENTRY(_start)
#else
ENTRY(stage_entry)