mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
treewide: convert bd_t to struct bd_info manually
Some code was not converted by coccinelle, somehow. I manually fixed up the remaining, and comments, README docs. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> [trini: Add arch/arm/mach-davinci/include/mach/sdmmc_defs.h and include/fdt_support.h] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
b75d8dc564
commit
bb5a2cf9f9
17 changed files with 22 additions and 22 deletions
|
@ -180,7 +180,7 @@ int fdt_find_or_add_subnode(void *fdt, int parentoffset, const char *name);
|
|||
* This function is called if CONFIG_OF_BOARD_SETUP is defined
|
||||
*
|
||||
* @param blob FDT blob to update
|
||||
* @param bd_t Pointer to board data
|
||||
* @param bd Pointer to board data
|
||||
* @return 0 if ok, or -FDT_ERR_... on error
|
||||
*/
|
||||
int ft_board_setup(void *blob, struct bd_info *bd);
|
||||
|
@ -202,7 +202,7 @@ void ft_pci_setup(void *blob, struct bd_info *bd);
|
|||
* This function is called if CONFIG_OF_SYSTEM_SETUP is defined
|
||||
*
|
||||
* @param blob FDT blob to update
|
||||
* @param bd_t Pointer to board data
|
||||
* @param bd Pointer to board data
|
||||
* @return 0 if ok, or -FDT_ERR_... on error
|
||||
*/
|
||||
int ft_system_setup(void *blob, struct bd_info *bd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue