From dd2bfab8dd24c880269cd46aa97972e8d64c82d5 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Wed, 11 Mar 2009 08:14:26 +0000 Subject: [PATCH] --- yaml --- r: 133323 b: refs/heads/master c: 600fa578a95f65bc1f2a03210d3d418747024b43 h: refs/heads/master i: 133321: 8c84d0905e579986529971183da503596bf6c89c 133319: 497e25651f695b0a5a4ff36e843ccc08a7056752 v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/board-sh7785lcr.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6adab5eecfb9..6597b131a47f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49976927de5c52c415d4809c7d56700cc8ff4215 +refs/heads/master: 600fa578a95f65bc1f2a03210d3d418747024b43 diff --git a/trunk/arch/sh/boards/board-sh7785lcr.c b/trunk/arch/sh/boards/board-sh7785lcr.c index 6746a5fba3a1..94c0296bc35d 100644 --- a/trunk/arch/sh/boards/board-sh7785lcr.c +++ b/trunk/arch/sh/boards/board-sh7785lcr.c @@ -284,6 +284,9 @@ static void sh7785lcr_power_off(void) } *p = 0x01; iounmap(p); + set_bl_bit(); + while (1) + cpu_relax(); } /* Initialize the board */