mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
net: ftmac100: change driver name from nds32_mac to ftmac100
So it will be named similarly to the related ftgmac100 driver. The old name 'nds32_mac' is not referred to anywhere in U-Boot. Signed-off-by: Sergei Antonov <saproj@gmail.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
e877996289
commit
e9a1d8bfc9
@ -348,7 +348,7 @@ static const struct udevice_id ftmac100_ids[] = {
|
||||
};
|
||||
|
||||
U_BOOT_DRIVER(ftmac100) = {
|
||||
.name = "nds32_mac",
|
||||
.name = "ftmac100",
|
||||
.id = UCLASS_ETH,
|
||||
.of_match = ftmac100_ids,
|
||||
.bind = ftmac100_bind,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user