s5pc110: sleep/resume support
authorMyungJoo Ham <MyungJoo.Ham@samsung.com>
Tue, 1 Dec 2009 05:43:40 +0000 (14:43 +0900)
committerMyungJoo Ham <MyungJoo.Ham@samsung.com>
Tue, 1 Dec 2009 05:43:40 +0000 (14:43 +0900)
Fixed issues
- Unreliable wake up issue

lib_arm/board.c

index 87155e0..a131fc7 100644 (file)
@@ -365,10 +365,12 @@ void start_armboot_resume(void)
 #endif
 #endif
 
+#if 0
 #if defined(CONFIG_MISC_INIT_R)
        /* miscellaneous platform dependent initialisations */
        misc_init_r();
 #endif
+#endif
 
 #if 0
        /* enable exceptions */