aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/boards/board-sh7785lcr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boards/board-sh7785lcr.c b/arch/sh/boards/board-sh7785lcr.c
index 6746a5fba3a1..94c0296bc35d 100644
--- a/arch/sh/boards/board-sh7785lcr.c
+++ b/arch/sh/boards/board-sh7785lcr.c
@@ -284,6 +284,9 @@ static void sh7785lcr_power_off(void)
284 } 284 }
285 *p = 0x01; 285 *p = 0x01;
286 iounmap(p); 286 iounmap(p);
287 set_bl_bit();
288 while (1)
289 cpu_relax();
287} 290}
288 291
289/* Initialize the board */ 292/* Initialize the board */