Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
#include <common.h>
#include <command.h>
#include <i2c.h>
-
+#include <serial.h>
+#include <stdio_dev.h>
+#include <onenand_uboot.h>
#include <asm/io.h>
-
#include <asm/arch/cpu.h>
#include <asm/arch/power.h>
#include <asm/arch/sys_proto.h>
+#include "sleep.h"
#define CONFIG_CPU_S5PC110_EVT0_ERRATA
-#include <common.h>
-#include "sleep.h"
-
extern int s5pc110_cpu_save(unsigned long *saveblk);
extern void s5pc110_cpu_resume(void);
extern unsigned int s5pc110_sleep_return_addr;
#define PSR_Z_BIT 0x40000000
#define PSR_N_BIT 0x80000000
+#ifndef __ASSEMBLY__
+extern void board_sleep_resume(void);
+#endif
+
#endif
* PROTOTYPES
*/
int stdio_register (struct stdio_dev * dev);
+int stdio_init_resume(void);
int stdio_init (void);
void stdio_print_current_devices(void);
#ifdef CONFIG_SYS_STDIO_DEREGISTER