Home
last modified time | relevance | path

Searched refs:ft_board_setup_ex (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/ti/ks2_evm/
H A Dboard.c157 void ft_board_setup_ex(void *blob, bd_t *bd) in ft_board_setup_ex() function
/openbmc/u-boot/include/
H A Dfdt_support.h178 void ft_board_setup_ex(void *blob, bd_t *bd);
/openbmc/u-boot/common/
H A Dimage-fdt.c589 ft_board_setup_ex(blob, gd->bd); in image_setup_libfdt()
/openbmc/u-boot/cmd/
H A Dfdt.c637 ft_board_setup_ex(working_fdt, gd->bd); in do_fdt()