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