mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-01 00:23:29 +08: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
@ -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 New Issue
Block a user