mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
doc: driver-model: there is no UCLASS_ETHERNET
%s/UCLASS_ETHERNET/UCLASS_ETH/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
292defdd2b
commit
da2fa6d86a
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ a USB bus with several devices attached to it, each from a different (made
|
|||
up) uclass::
|
||||
|
||||
xhci_usb (UCLASS_USB)
|
||||
eth (UCLASS_ETHERNET)
|
||||
eth (UCLASS_ETH)
|
||||
camera (UCLASS_CAMERA)
|
||||
flash (UCLASS_FLASH_STORAGE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue