summaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec/pistachio/reset.c')
-rw-r--r--src/soc/imgtec/pistachio/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/imgtec/pistachio/reset.c b/src/soc/imgtec/pistachio/reset.c
index 244070fe52..cc563372b4 100644
--- a/src/soc/imgtec/pistachio/reset.c
+++ b/src/soc/imgtec/pistachio/reset.c
@@ -22,5 +22,5 @@
void do_board_reset(void)
{
/* Generate system reset */
- write32(PISTACHIO_WD_ADDR + PISTACHIO_WD_SW_RST_OFFSET, 0x1);
+ write32_x(PISTACHIO_WD_ADDR + PISTACHIO_WD_SW_RST_OFFSET, 0x1);
}