summaryrefslogtreecommitdiffstats
path: root/src/build/utils/base_ppe_header.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/utils/base_ppe_header.S')
-rw-r--r--src/build/utils/base_ppe_header.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/build/utils/base_ppe_header.S b/src/build/utils/base_ppe_header.S
index 2064a2da..7e9411f2 100644
--- a/src/build/utils/base_ppe_header.S
+++ b/src/build/utils/base_ppe_header.S
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2018 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -137,7 +137,11 @@ __header_string_reserved:
.section .strings, "aS", @progbits
.section .base, "a", @progbits
+ #ifdef PIBMEM_ONLY_IMAGE
+ P9XipHeader P9_XIP_MAGIC_SEEPROM, SBE_BASE_ORIGIN, _sbe_image_size
+ #else
P9XipHeader P9_XIP_MAGIC_SEEPROM, SBE_SEEPROM_BASE_ORIGIN, _sbe_image_size
+ #endif
// Create the .fixed section
.proc_sbe_fixed_system
OpenPOWER on IntegriCloud