aboutsummaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec/pistachio/bootblock.c')
-rw-r--r--src/soc/imgtec/pistachio/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/bootblock.c b/src/soc/imgtec/pistachio/bootblock.c
index 23f6471689..91c591e345 100644
--- a/src/soc/imgtec/pistachio/bootblock.c
+++ b/src/soc/imgtec/pistachio/bootblock.c
@@ -58,5 +58,5 @@ static void bootblock_mmu_init(void)
C0_ENTRYLO_COHERENCY_WB));
assert(!identity_map(dram_base, dram_size, C0_ENTRYLO_COHERENCY_WB));
assert(!identity_map((uint32_t)_soc_registers, _soc_registers_size,
- C0_ENTRYLO_COHERENCY_UC));
+ C0_ENTRYLO_COHERENCY_UC));
}