]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandbox/sandbox.c
sunxi: Transition from the MMC to a FAT-based environment
[people/ms/u-boot.git] / board / sandbox / sandbox.c
index 592f7728c02d5c72f0e842b61296ea5fbcf14012..b41e9decb306b0e5d05d57f14e51ccfb43b7533f 100644 (file)
@@ -47,23 +47,6 @@ int dram_init(void)
        return 0;
 }
 
-#ifdef CONFIG_BOARD_EARLY_INIT_F
-int board_early_init_f(void)
-{
-#ifdef CONFIG_VIDEO_SANDBOX_SDL
-       int ret;
-
-       ret = sandbox_lcd_sdl_early_init();
-       if (ret) {
-               puts("Could not init sandbox LCD emulation\n");
-               return ret;
-       }
-#endif
-
-       return 0;
-}
-#endif
-
 #ifdef CONFIG_BOARD_LATE_INIT
 int board_late_init(void)
 {