Searched refs:board_ti_get_config (Results 1 - 5 of 5) sorted by relevance

/u-boot/board/ti/am335x/
H A Dboard.h64 return !strncmp(board_ti_get_config(), "SKU#02", 6);
H A Dboard.c828 char subtype_id = board_ti_get_config()[1];
969 char subtype_id = board_ti_get_config()[1];
H A Dmux.c404 char subtype_id = board_ti_get_config()[1];
/u-boot/board/ti/common/
H A Dboard_detect.h354 * board_ti_get_config() - Get board config for TI EVMs
359 char *board_ti_get_config(void);
464 static inline char *board_ti_get_config(void) { return NULL; }; function
H A Dboard_detect.c619 char * __maybe_unused board_ti_get_config(void) function

Completed in 62 milliseconds