mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
fdt_support.h: Remove duplicated declarations
There are two duplicated declarations for ft_cpu_setup() and ft_pci_setup(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
This commit is contained in:
parent
2348e72d6d
commit
933bf26445
1 changed files with 0 additions and 2 deletions
|
@ -203,8 +203,6 @@ char *board_fdt_chosen_bootargs(void);
|
|||
* called at the end of the image_setup_libfdt() is to do that convertion.
|
||||
*/
|
||||
void ft_board_setup_ex(void *blob, struct bd_info *bd);
|
||||
void ft_cpu_setup(void *blob, struct bd_info *bd);
|
||||
void ft_pci_setup(void *blob, struct bd_info *bd);
|
||||
|
||||
/**
|
||||
* Add system-specific data to the FDT before booting the OS.
|
||||
|
|
Loading…
Reference in a new issue