Advertisement
Guest User

Untitled

a guest
May 12th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. diff --git a/arch/arm/mach-msm/clock-wince.c b/arch/arm/mach-msm/clock-wince.c
  2. index 727237e..7321e29 100644
  3. --- a/arch/arm/mach-msm/clock-wince.c
  4. +++ b/arch/arm/mach-msm/clock-wince.c
  5. @@ -1025,7 +1025,7 @@ void __init msm_clock_a11_fixup(void)
  6.  
  7. static void msm_clock_a11_reset_imem(void)
  8. {
  9. - if (!a11_clk_is_enabled(IMEM_CLK))
  10. + if (!a11_clk_is_enabled(IMEM_CLK) || strstr(saved_command_line, "hot_boot=0"))
  11. return;
  12.  
  13. writel(0, MSM_IMEM_BASE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement