.

.

.

common/board_r.c

1    static int run_main_loop(void)
2    {
3    #ifdef CONFIG_SANDBOX
4            sandbox_main_loop_init();
5    #endif
6            /* main_loop() can return to retry autoboot, if so just run it again */
7            for (;;)
8                    main_loop();
9            return 0;
10    }

3번 줄의 CONFIG_SANDBOX이 정의되어 있지 않습니다. 8번 줄의 main_loop를 수행합니다.

.

.

.

results matching ""

    No results matching ""