Home
last modified time | relevance | path

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

/openbmc/u-boot/board/ti/am43xx/
H A Dboard.h44 static inline int board_is_evm(void) in board_is_evm() function
51 return board_is_evm() && strncmp("1.4", board_ti_get_rev(), 3) <= 0; in board_is_evm_14_or_later()
56 return board_is_evm() && strncmp("1.2", board_ti_get_rev(), 3) <= 0; in board_is_evm_12_or_later()
H A Dboard.c328 else if (board_is_evm() || board_is_sk()) in get_dpll_ddr_params()
612 } else if (board_is_evm()) { in sdram_init()
968 else if (board_is_evm() && !strcmp(name, "am437x-gp-evm")) in board_fit_config_name_match()
H A Dmux.c128 if (board_is_evm()) { in enable_board_pin_mux()