]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sandbox/lib/board.c
sandbox: allow processing before main loop
[karo-tx-uboot.git] / arch / sandbox / lib / board.c
index 6d464d6ae8d025f083af46fd523a9e9b9fb7d4b5..25a8d02fd7c76db778ba41c28bdd543a10395b66 100644 (file)
@@ -269,6 +269,8 @@ void board_init_r(gd_t *id, ulong dest_addr)
        post_run(NULL, POST_RAM | post_bootmode_get(0));
 #endif
 
+       sandbox_main_loop_init();
+
        /*
         * For now, run the main loop. Later we might let this be done
         * in the main program.