.
common/board_r.c
1 __weak int power_init_board(void) 2 { 3 return 0; 4 }
power_init_board함수는 아무런 역할을 하지 않습니다.
power_init_board