Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/ti/ks2_evm/
Dboard.c145 void ft_board_setup_ex(void *blob, bd_t *bd) in ft_board_setup_ex() function
/third_party/uboot/u-boot-2020.01/include/
Dfdt_support.h179 void ft_board_setup_ex(void *blob, bd_t *bd);
/third_party/uboot/u-boot-2020.01/common/
Dimage-fdt.c596 ft_board_setup_ex(blob, gd->bd); in image_setup_libfdt()
/third_party/uboot/u-boot-2020.01/cmd/
Dfdt.c638 ft_board_setup_ex(working_fdt, gd->bd); in do_fdt()