diff options
| author | Tom Rini <[email protected]> | 2021-07-22 23:05:28 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-22 23:05:28 -0400 |
| commit | 4906d698d3960b70cf8000299da35412efd4f51d (patch) | |
| tree | d810299c52b475615b75f4137ddfbed6c4d2d9fe /include/netdev.h | |
| parent | a15fa1ba67d7b3c8061b515e7713f733fa328018 (diff) | |
| parent | 669884ea6f290e5ec912a2fe4d10c687a04cd239 (diff) | |
Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netdev.h b/include/netdev.h index b960c421063..00a0993a835 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -70,8 +70,8 @@ int rtl8169_initialize(struct bd_info *bis); int scc_initialize(struct bd_info *bis); int sh_eth_initialize(struct bd_info *bis); int skge_initialize(struct bd_info *bis); -int smc91111_initialize(u8 dev_num, int base_addr); -int smc911x_initialize(u8 dev_num, int base_addr); +int smc91111_initialize(u8 dev_num, phys_addr_t base_addr); +int smc911x_initialize(u8 dev_num, phys_addr_t base_addr); int uec_standard_init(struct bd_info *bis); int uli526x_initialize(struct bd_info *bis); int armada100_fec_register(unsigned long base_addr); |
