diff options
Diffstat (limited to 'arch/sandbox/lib/board.c')
| -rw-r--r-- | arch/sandbox/lib/board.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/sandbox/lib/board.c b/arch/sandbox/lib/board.c index 6d464d6ae..25a8d02fd 100644 --- a/arch/sandbox/lib/board.c +++ b/arch/sandbox/lib/board.c @@ -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. |