.

common/board\_r.c

1    static int initr_trace(void)
2    {
3    #ifdef CONFIG_TRACE
4            trace_init(gd->trace_buff, CONFIG_TRACE_BUFFER_SIZE);
5    #endif
6
7            return 0;
8    }
  • 3번줄의 CONFIG_TRACE가 선언되어 있지 않기때문에 initr_trace함수는 아무런 역할을 수행하지 않습니다.

.

.

results matching ""

    No results matching ""