summaryrefslogtreecommitdiffstats
path: root/src/bootloader.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootloader.ld')
-rw-r--r--src/bootloader.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootloader.ld b/src/bootloader.ld
index 0550a58b3..fbee6ccc8 100644
--- a/src/bootloader.ld
+++ b/src/bootloader.ld
@@ -24,6 +24,7 @@
/* */
/* IBM_PROLOG_END_TAG */
base_load_address = 0x00000000;
+sbe_hb_structures = 0x00000004;
/* @TODO-RTC:138273-Support multiple nodes using relative HRMOR */
/* Text section offset = 12KB (space reserved for exception vectors) */
text_load_address = 0x00003000;
@@ -32,6 +33,8 @@ SECTIONS
{
. = base_load_address;
+ . = sbe_hb_structures;
+
. = text_load_address;
.text ALIGN(0x0020): {
*(.text.intvects)
OpenPOWER on IntegriCloud