]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/include/asm/u-boot-sandbox.h
Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master'
[u-boot] / arch / sandbox / include / asm / u-boot-sandbox.h
index bed720cf81bfe5e79cd574d1d100ff13c5f1dc61..770ab5c9cc07ec6fa497bd3d7b631072b8e10f5d 100644 (file)
 
 /* board/.../... */
 int board_init(void);
-int dram_init(void);
 
 /* start.c */
 int sandbox_early_getopt_check(void);
 int sandbox_main_loop_init(void);
 
+int cleanup_before_linux(void);
+
+/* drivers/video/sandbox_sdl.c */
+int sandbox_lcd_sdl_early_init(void);
+
 #endif /* _U_BOOT_SANDBOX_H_ */