Home
last modified time | relevance | path

Searched refs:board_is_gp_evm (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/ti/am335x/
Dboard.h61 static inline int board_is_gp_evm(void) in board_is_gp_evm() function
68 return (board_is_gp_evm() && in board_is_evm_15_or_later()
Dboard.c558 else if (board_is_gp_evm()) in sdram_init()
909 if (board_is_evm_sk() || board_is_gp_evm()) { in board_eth_init()
939 if (board_is_gp_evm() && !strcmp(name, "am335x-evm")) in board_fit_config_name_match()
Dmux.c355 } else if (board_is_gp_evm()) { in enable_board_pin_mux()