summaryrefslogtreecommitdiffstats
path: root/sbe/image/base_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/image/base_loader.c')
-rw-r--r--sbe/image/base_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbe/image/base_loader.c b/sbe/image/base_loader.c
index 3fe43fc5..b5ea0235 100644
--- a/sbe/image/base_loader.c
+++ b/sbe/image/base_loader.c
@@ -22,7 +22,7 @@ int32_t base_loader()
P9XipHeader *hdr = getXipHdr();
uint64_t *pibMemAddr = (uint64_t *)g_pibMemAddr;
- loadSection(&(hdr->iv_section[P9_XIP_SECTION_BASE]), pibMemAddr);
+ loadSection(&(hdr->iv_section[P9_XIP_SECTION_SBE_BASE]), pibMemAddr);
// Set the IVPR register. This is required so that interrupt vector table
// points to pk interfaces.
uint64_t data = (uint64_t)(SBE_BASE_ORIGIN) << 32;
OpenPOWER on IntegriCloud