Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ti/am335x/
H A Dboard.h67 static inline int board_is_gp_evm(void) in board_is_gp_evm() function
74 return (board_is_gp_evm() && in board_is_evm_15_or_later()
H A Dboard.c571 else if (board_is_gp_evm()) in sdram_init()
1002 if (board_is_evm_sk() || board_is_gp_evm() || board_is_bben()) { in board_eth_init()
1032 if (board_is_gp_evm() && !strcmp(name, "am335x-evm")) in board_fit_config_name_match()
H A Dmux.c366 } else if (board_is_gp_evm()) { in enable_board_pin_mux()