Home
last modified time | relevance | path

Searched refs:board_is_gpevm (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/ti/am43xx/
Dboard.h24 static inline int board_is_gpevm(void) in board_is_gpevm() function
46 return board_is_gpevm() || board_is_hsevm(); in board_is_evm()
Dboard.c575 else if (board_is_gpevm()) in rtc_only_get_board_type()