summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/mips/include/arch/memlayout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/mips/include/arch/memlayout.h b/src/arch/mips/include/arch/memlayout.h
index 1fc7c74c93..fe05bd8ae5 100644
--- a/src/arch/mips/include/arch/memlayout.h
+++ b/src/arch/mips/include/arch/memlayout.h
@@ -26,4 +26,6 @@
#define DMA_COHERENT(addr, size) REGION(dma_coherent, addr, size, 4K)
+#define SOC_REGISTERS(addr, size) REGION(soc_registers, addr, size, 4)
+
#endif /* __ARCH_MEMLAYOUT_H */