summaryrefslogtreecommitdiffstats
path: root/src/lib/syscall_mmio.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/syscall_mmio.C')
-rw-r--r--src/lib/syscall_mmio.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/syscall_mmio.C b/src/lib/syscall_mmio.C
index f7bce955b..8cc8ac65f 100644
--- a/src/lib/syscall_mmio.C
+++ b/src/lib/syscall_mmio.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2010,2016 */
+/* Contributors Listed Below - COPYRIGHT 2010,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -75,6 +75,7 @@ static uint64_t mmio_scratch_base()
return 0x40;
case CORE_POWER9_NIMBUS:
case CORE_POWER9_CUMULUS:
+ case CORE_POWER9_AXONE:
case CORE_UNKNOWN:
default:
// See misc.C - updateScratchReg() for more info on this
OpenPOWER on IntegriCloud